Keit

31/11/2022

Keit is a personal open source project where I created a complete scene using Java where all the loving coders can see and learn how to create (with specific documentation) all the background for videogames like animation, world creation, tile mapping, etc.

It is a Text-based videogame with top-down view completely made in Java without a specific framework. Where, inspired by the games of the 80's, the player must go through a whole map and be the hero of the world.

Accomplishment

  • Design a system that call a couple of functions each frame that update and draw in screen using Java.
  • Use a system of animations all made by code without frameworks.
  • Map creation with tilemap system using object-oriented programming, maps made with text files.
  • Map's object collision generation with player through tile's size


Click Here to go to Github repository.