All Projects → hugoruscitti → Pilas

hugoruscitti / Pilas

Licence: other
Pilas engine

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pilas

Quilly S Adventure
A little adventure game written in Kotlin using LibGDX,LibKTX,Box2D and Ashley
Stars: ✭ 47 (-66.67%)
Mutual labels:  game, box2d
Dustracing2d
Dust Racing 2D is a traditional top-down car racing game including a level editor.
Stars: ✭ 199 (+41.13%)
Mutual labels:  game, qt
Tbe
The Butterfly Effect, a realistic physics simulation game
Stars: ✭ 63 (-55.32%)
Mutual labels:  game, box2d
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (+202.84%)
Mutual labels:  game, qt
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+7497.16%)
Mutual labels:  game, qt
Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (-1.42%)
Mutual labels:  game
Elm Mogee
A WebGL platformer that fits into 64x64px screen
Stars: ✭ 140 (-0.71%)
Mutual labels:  game
Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+1136.17%)
Mutual labels:  game
Qcodeeditor
Qt Code Editor widget.
Stars: ✭ 136 (-3.55%)
Mutual labels:  qt
Qdarkstylesheet
A dark style sheet for QtWidgets application
Stars: ✭ 1,952 (+1284.4%)
Mutual labels:  qt
Windowsgsm
🎲 A powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.
Stars: ✭ 141 (+0%)
Mutual labels:  game
Ioquake3 Mac Install
Install ioquake3 on macOs in one command (unofficial)
Stars: ✭ 140 (-0.71%)
Mutual labels:  game
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
Stars: ✭ 1,886 (+1237.59%)
Mutual labels:  game
Dotherside
C language library for creating bindings for the Qt QML language
Stars: ✭ 140 (-0.71%)
Mutual labels:  qt
Cross Lib
CROSS LIB - A universal 8-bit library and some games built with it
Stars: ✭ 137 (-2.84%)
Mutual labels:  game
Rillserver
skynet game server
Stars: ✭ 139 (-1.42%)
Mutual labels:  game
Leelasabaki
Leela (Zero) integration with Sabaki.
Stars: ✭ 138 (-2.13%)
Mutual labels:  game
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (-1.42%)
Mutual labels:  game
Elovation
Simple rails app to track your game results with elo and trueskill ratings
Stars: ✭ 140 (-0.71%)
Mutual labels:  game
Wog
In the Wake of Gods 3.59 alpha
Stars: ✭ 139 (-1.42%)
Mutual labels:  game

pilas-engine

Build Status Code Climate

Pilas es un motor para realizar videojuegos de manera rápida y sencilla.

Es una herramienta orientada a programadores casuales o principiantes, es ideal para quienes quieran aprender a realizar sus primeros videojuegos.

¿Cómo empezar?

Una buena forma de comenzar con pilas es instalar todo el kit de desarrollo siguiendo las intrucciones de nuestra web:

Y una vez instalada la biblioteca, se puede invocar al comando pilas -e para ver una lista completa de ejemplos y minijuegos.

¡Convocamos a colaboradores!

Tenemos una página en nuestro wiki con todos los consejos para volverse colaborar del proyecto y participar en el desarrollo.

Instalación

La forma mas sencilla de instalar pilas en mediante los instaladores del sitio web:

Los instaladores se generan pediodicamente y se distrubuyen para los sistemas mas utilizados.

Si quieres instalar pilas-engine desde el código fuente, visitá la página del wiki que explica todo el proceso

En particular, sobre OSX vas a necesitar pyqt4, que se puede instalar con este comando:

brew install cartr/qt4/pyqt

(ver https://robonobodojo.wordpress.com/2017/02/08/installing-pyqt4-on-mac-osx/)

Tests

Nuestros tests se ejecutan en travis, aunque si quieres los puedes ejecutar manualmente en tu equipo con el siguiente comando:

make utest

Licencia

Pilas es software libre, y se distribuye bajo la licencia LGPLv3.

Visita nuestro sitio web para obtener mas detalles:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].