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

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

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