This is a simple tilemap game I made using java swing that involves moving your player character across the map with the objective of obtaining as many coins, avoiding lava and clearing the level. So far there is only one level, but I intend to add more later on.
Mechanics of the Game:
Press left-arrow key to move left
Press right-arrow key to move right
Press top-arrow key to jump up
Along with the addition of new levels, I will be adding sound as well to enhance the playing experience. If anybody has any suggestions to go about doing this feel free to leave them in the comments. Hope you enjoy it!
2D Platform Game
README:
This is a simple tilemap game I made using java swing that involves moving your player character across the map with the objective of obtaining as many coins, avoiding lava and clearing the level. So far there is only one level, but I intend to add more later on.
Mechanics of the Game:
Along with the addition of new levels, I will be adding sound as well to enhance the playing experience. If anybody has any suggestions to go about doing this feel free to leave them in the comments. Hope you enjoy it!
Wow ok that's actually really cool!
@DynamicSquid Thanks!