Java game engine I made in high school, very outdated but I learned to program with it.

Nim 597c67b3c1 Update README.md 5 years ago
bin 5fbea7f860 Added basic Tilemaps 8 years ago
src 60941391b1 Utility Class Updates and General Cleanup 8 years ago
.classpath 076b533c58 Removed strange files 8 years ago
.gitattributes 492fd9ad6e :confetti_ball: Added .gitattributes & .gitignore files 8 years ago
.gitignore 076b533c58 Removed strange files 8 years ago
.project 076b533c58 Removed strange files 8 years ago
LICENSE caa5c92192 added a public domain license 5 years ago
README.md 597c67b3c1 Update README.md 5 years ago

README.md

NmEngine

NmEngine is a simple 2d Java game engine

Features

  • Versitile and easy to use camera system
  • Easy to use state system
  • Static and animated sprites
  • Basic Tilemap class makes level creation easy
  • Open-Source
  • Documentation available along with example demos