A Desktop Implementation of a small, original 2d game. It is easily extendable. If you build a new cool map(extending RealisticMap) let me know.
- Clone the repository with the 'git clone' command. (Additionally, there are a number of dependencies on the AnimationEngine repository, so clone that into the path also)
- Download one of the releases (functionality maybe to broad or too narrow)
- A 2D jump, run and shoot environment fitting the screen
- Multiple Maps
- Multiple Weapons
- Teleporters
- PowerUp Items
- Armor
- Optionally Multiple Players
- Optionally a simple AI to play against (may not be able to handle every imaginable map).
See the example package for simple, runnable examples of most use cases
This project is licensed under the MIT License - see the LICENSE.md file for details
- The Realistic Part or the name is meant to be a joke. A more fitting name would be: "Oval's shooting Oval's, with Oval's and there is light(ish) swords and teleporters maybe"
- The entire game is written in a very hacky, "at least it works" way. Which is honestly fine considering, but just to point out that the author is aware.