Pygamii is a ascii game engine, created to make games in console.
http://pygamii.readthedocs.org/en/develop/
Clone this repository and run setup.py.
python setup.py install
To use Audio Library, you need install PyGame http://www.pygame.org/download.shtml
In examples path, you will found Arkanoid.
Click in the below image and see this in action.
To run Arkanoid example, enter in your directory examples/arkanoid and run:
python arkanoid.py
This is a alpha version, I create it using Python3 and Linux. Compatibility errors may occur.
- Change the BaseKeyboard action to use curses.
- Change the add_action to use an object not a class.
- Improviments in the PyGamii
- Change the render method to use the curses standard library.
- Add on_create and on_destoy signals on object and action
- Add gun gift on Flycombat
- Add video of Arkanoid example (Thank you Yu-Jie Lin)
- Start Docs
- fix type error: colision -> collision
- Add MultipleMoveAction: For control movement
- Fix Object.colision method
- Start Flycombat example
- Add Volume Control support in Audio class
- Start of project
- Complete the Flycombat game
- Make a Boss
- Make the splash and ending of the game.
- Documentation Review