Skip to content

Matsumotorise/movingCharacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • A simple Java game that has no particular purpose at the moment.
  • Features collision detection, animation frames, and attackable entities. Demo1

Compile

  • 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

Controls

  • WSAD Controls
  • Shift to sprint

Demo1

  • Arrow keys to attack an entity

Todo

  • Computation algorithim optimizations
  • Spacial partitioning collision detection
  • Enemy AI using BFS and relative positions
  • Use the GPU.

About

A tile based game template using Java's graphics API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages