Java Game Framework
I created my own game framework in Java to make it easy to develop 2D games. It's a template which provides modules for sound, timers, input, image rendering, and JFrames, along with a game loop skeleton. The game framework was used to make many of the games below.
Git Repository
Space Invaders
Remake of the classic 2D shooter game, Space Invaders, single player, uses the arrow keys
Snake
Remake of the classic 2D game, Snake, single player, uses the arrow keys to move the snake
Pong
Remake of the classic Atari game. Pong, allows 2 players to play locally using two sides of the keyboard
Atari Breakout
Remake of the classic Atari game, Breakout, single player, uses the arrow keys to move the paddle
Whac A Mole
Remake of the game Whac - A - Mole, single player uses the num pad to hit the moles
Yahtzee
Digital 2 Player GUI version of the board game, Yahtzee