- A simple Java game that has no particular purpose at the moment.
- Features collision detection, animation frames, and attackable entities.
- Go to File > Project Structure > Libraries
- After cloning, use InteliJ and add res folder as dependency.
- Compile
- Run from main function in game.Launch.java found in src
- WSAD Controls
- Shift to sprint
- Arrow keys to attack an entity
- Computation algorithim optimizations
- Spacial partitioning collision detection
- Enemy AI using BFS and relative positions
- Use the GPU.