Skip to content

A simple 2D Top down tiles based game made in java. Little functionality. Only has world generation, player movement, collision and player sprite animations when moving. This was only done as a learning experience.

Notifications You must be signed in to change notification settings

MarcoNadalin/2D_TopDown_TileBased_Java_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D_TopDown_TileBased_Java_Game

This was a simple 2D top down tiles based game I made in Java in my free time.

Sample Image

This was intended to be completed as a learning experience, which is why only the following has been implemented:

  • World creation and rendering
  • Player sprite animations
  • Player movement (with W, A, S and D keys)
  • collision between player and solid world objects
  • simple "camera"

About

A simple 2D Top down tiles based game made in java. Little functionality. Only has world generation, player movement, collision and player sprite animations when moving. This was only done as a learning experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages