Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmfinol/libnationgame
The Original Fighting Game
https://github.com/davidmfinol/libnationgame
Last synced: 21 days ago
JSON representation
The Original Fighting Game
- Host: GitHub
- URL: https://github.com/davidmfinol/libnationgame
- Owner: davidmfinol
- License: mit
- Created: 2014-05-26T18:10:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T00:29:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-26T09:52:11.814Z (2 months ago)
- Language: Java
- Homepage:
- Size: 9.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LIBnationGame
=============
The Original Fighting Game.
Made in my freshman year of high school, this game was the first step in my game development career.
Mossflower (represented by the mouse) is my online username, and Nick (represented by Mega-Man) was another member of the now defunct LIBnation community.Run
-------------
Java applets have been deprecated by modern web browsers, so this java applet has been configured to launch through JNLP.
To run, add "file:///" to your java security exceptions, as described here: https://www.java.com/en/download/faq/exception_sitelist.xml.
Double-click on LIBnationGame.jnlp to launch it. Ignore security warnings.
You can open LIBnationGame.html in your web browser to see the controls.Build
-------------
The compiled version is already included, so building is not necessary.
If you would like to rebuild anyway:
Compile java classes, create jar file, and sign the jar -
cd src
javac *.java
move *.class ../classes
cd ../classes
jar cfm LIBnationGame.jar manifest.txt audio images LIBnationGame$Controls.class LIBnationGame.class Player.class
move LIBnationGame.jar ..
cd ..
jarsigner LIBnationGame.jar DavidFinolWaterford