Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pta2002/ld33
Ludum dare 33
https://github.com/pta2002/ld33
Last synced: 27 days ago
JSON representation
Ludum dare 33
- Host: GitHub
- URL: https://github.com/pta2002/ld33
- Owner: pta2002
- License: gpl-2.0
- Created: 2015-08-22T21:31:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T15:08:03.000Z (about 9 years ago)
- Last Synced: 2024-05-01T15:31:27.640Z (6 months ago)
- Language: Python
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#LD33
Hello. You have stumbled upon my game for LD33. I don't have a name for it yet, but it can easily be installed.
## Install instructions
To install, you will need [python3](http://python.org) and [pygame](http://pygame.org/download.shtml).After you have Python3 and PyGame, clone the repository in a directory of your choice. To clone a repository, you will need
git. After git is installed, run the following to clone the repository:`$ git clone http://github.com/pta2002/LD33.git`
You should now have some files on your current directory. The game is now downloaded!
## Running the game
To run the game, open a terminal/command prompt on the directory to which you downloaded the game and run:`$ python main.py`
If you have multiple versions of Python installed, run the following on Linux/OS X:
`$ python3 main.py`
...and the following if you are on Windows:
`> C:\Python34\python main.py`
Replace `C:\Python34\` with your Python 3 install directory
# Credits
* Game by: [pta2002](http://ludumdare.com/compo/author/pta2002)
* Graphics by: [crumpeted](http://ludumdare.com/compo/author/crumpeted)