Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmfinol/finullinator
The spiritual successor of LIBnation.
https://github.com/davidmfinol/finullinator
Last synced: 12 days ago
JSON representation
The spiritual successor of LIBnation.
- Host: GitHub
- URL: https://github.com/davidmfinol/finullinator
- Owner: davidmfinol
- License: mit
- Created: 2014-05-27T00:52:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T06:45:18.000Z (over 10 years ago)
- Last Synced: 2024-10-04T05:41:16.767Z (about 1 month ago)
- Language: Java
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Finullinator
============The spiritual successor of LIBnation.
This project was my final project for my CS3 class, with my partner Christiaan Cleary.
Christiaan acquired and set up the art assets, while I did all of the programming.
Our original goals for the project can be found in Finullinator.doc.
Though a lot of those goals were not met, the project itself served as a very good introduction to building a game engine.Build
-------------
Windows:
Running build.bat should work with a correctly set java classpath.Otherwise:
1. Run "javac *.java" in the src/ folder to compile all the java files.
2. Run "jar cfm Finullinator.jar Manifest.txt *.class" in the src/ folder, and move the resulting Finullinator.jar file to the root folder.
3. You may want to clean-up/remove the now unneeded .class files.Run
-------------
Either double-click on Finullinator.jar or run "java -jar Finullinator.jar" to run the game with default settings.
Add the -h flag ("java -jar Finullinator.jar -h") to see the settings that can be changed. Parameters changed through command line will override the settings.dat file.