https://github.com/blackjar72/knightferretengine-0
A small framework for creating 2d PC games based on Java Swing
https://github.com/blackjar72/knightferretengine-0
arcade-game game-engine java-swing
Last synced: 11 months ago
JSON representation
A small framework for creating 2d PC games based on Java Swing
- Host: GitHub
- URL: https://github.com/blackjar72/knightferretengine-0
- Owner: BlackJar72
- License: mit
- Created: 2017-10-14T18:15:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T22:28:16.000Z (over 7 years ago)
- Last Synced: 2025-03-06T11:39:33.377Z (over 1 year ago)
- Topics: arcade-game, game-engine, java-swing
- Language: Java
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# KnightFerret Engine 0 (zero)
This it a framework (not technically an engine, but not just a library) for
creating arcade style and other 2d games for PC in Java. Its based on
Java Swing, and assumes the keyboard is the primary input. It is based
largely on the code for Macy Mae's Eating Adventure and is the basis of
Ship Swarm Shoot-Up. An attempt has been made at porting this to Android,
but it turns out to be very badly designed for that platform (though if I
knew Android better and had an actual test device it might be easier to
work out).