Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftcoder/ashima-iv
A concept for a 3D space-combat simulator, as an entry to the udevgames 2008 competition.
https://github.com/swiftcoder/ashima-iv
Last synced: 24 days ago
JSON representation
A concept for a 3D space-combat simulator, as an entry to the udevgames 2008 competition.
- Host: GitHub
- URL: https://github.com/swiftcoder/ashima-iv
- Owner: swiftcoder
- License: bsd-3-clause
- Created: 2015-03-13T14:54:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T09:31:16.000Z (about 2 years ago)
- Last Synced: 2024-10-15T23:26:57.002Z (2 months ago)
- Language: Python
- Size: 7.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Ashima IV
A concept for a 3D space-combat simulator, as an entry to the udevgames 2008 competition (http://www.udevgames.com). Implemented in Python, using Pyglet and ODE.
Prerequisites:
Python (2.5+, http://www.python.org)
PIL (1.1.6+, http://www.pythonware.com/products/pil)
Pyglet (SVN revision 2408, http://pyglet.googlecode.com)Running:
Run the file 'run.py' from the command line, using python:
$ python run.py
Building:
Make sure you have py2app installed, and then run the following from the command line:
$ python setup.py py2app
The application package will be created in the 'dist' subdirectory.
License:
Ashima IV is distributed under the terms of the BSD license, see the accompanying file 'license.txt' for details.
Copyright:
All source code copyright Tristam MacDonald, 2009
All art assets are placed in the public domain, except where noted in the individual 'readme.txt' files within the data directory.
Contact:
https://github.com/swiftcoder/ashima-iv
https://trist.am