NullSAF is a game engine written in Java with features as creating terrain maps and navigation meshes from bitmaps, defining different type of units, sensors, guns, missiles, AI for movement, pathfinding and targetting and simulation of bullets and animated explosions. I learned a lot from it and used it to test new concepts in AI and wargaming. Maybe it can inspire you or you want to really improve it to build your own wargame or serious game. Think of it as Robocode, but then with a far more serious implementation of CGFs and AI.
License
GNU General Public License version 2.0 (GPLv2)Follow NullSAF
Other Useful Business Software
Cloud-based help desk software with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Rate This Project
Login To Rate This Project
User Reviews
-
I do not think you will use this engine as a whole (eg it uses AWT for visualising), but there might be parts you can reuse or learn from when building your own (strategy) game.