(not so) small python curses space game
Project description
XOInvader
Attempt to create small but serious game using python and ncurses.
Requirements
General
- Python3
- Tornado 4.x
- ncurses >=5.9
Optional requirements (for graphics)
- Pygame >=1.9.0 (pygame.Mixer)
- SDL with devel (for compiling pygame from sources)
- gcc with devel (for compiling pygame from sources)
- python devel files (for compiling pygame from sources)
Development
Installation
# install virtualenv $ make devel $ source .venv/bin/activate $ pip install -e . $ xoigame # ASCII with sound (Pygame.Mixer required) $ xoigame -ns # ASCII without sound (pygame not required) $ xoigame -vd pygame-sdl # Pygame-based version
Testing
$ make test # for all tests $ make view_cov # run all tests and view coverage $ # pass additional arguments to pytest via PYTEST_ARGS env variable $ # you can pass args such way to test and view_cov make targets $ make test PYTEST_ARGS='-m "not slow"' # don't run slow tests $ py.test --markers # show all markers $ py.test xoinvader/path/to/test_file.py # run separate file
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size xoinvader-0.1.3-py3-none-any.whl (179.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size xoinvader-0.1.3.tar.gz (159.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for xoinvader-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d4adc0813a863a15c356878e505a13187f3273052bc0c302792908c98d6f66d |
|
MD5 | ba3cc4074df168e3f33676b0316c0b9e |
|
BLAKE2-256 | 62092ebd85d8913bbac5a350afc9c6baa7093217446ff210af9cca343344f789 |