https://github.com/williamfiset/survival
Zombie Survival Game
https://github.com/williamfiset/survival
Last synced: 9 months ago
JSON representation
Zombie Survival Game
- Host: GitHub
- URL: https://github.com/williamfiset/survival
- Owner: williamfiset
- License: apache-2.0
- Created: 2014-07-07T00:16:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T09:26:37.000Z (over 4 years ago)
- Last Synced: 2025-03-25T11:52:16.361Z (10 months ago)
- Language: Python
- Size: 2.12 MB
- Stars: 12
- Watchers: 4
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Running Application
============
First make sure you have the following dependencies installed
1. Python 2.x (Not tested with Python 3)
2. Pygame framework (http://pygame.org/download.shtml)
After that simply launch the main.py script to execute the program:
``` python
$ python main.py
```
Contributing
============
If you would like to contribute to this project, please do the following:
1. Fork the repository.
2. Create a separate topic branch created from the latest master.
3. Commit and push the topic branch.
4. Make a pull request.
5. Be patient, and feel free to contact me directly if you have any questions
Please note that modications should follow these coding guidelines:
https://github.com/william-fiset/Survival/wiki/Coding-Conventions
https://github.com/william-fiset/Survival/wiki/Coding-Philosophy
If you're new to GitHub but want to contribute anyways I suggest you start looking at an
oneline tutorial such as this one to get you started:
http://rypress.com/tutorials/git/index.html