Skip to content

A simple Game Engine written entirely in Java made for the simplest of games

License

Notifications You must be signed in to change notification settings

Naapperas/JGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGame

A simple Game Engine written entirely in Java made for the simplest of games

I was trying to make a Java version of the famous game Pong. However, my code quickly got pretty messed up and inefficient, so i scrapped that and started over. With the idea of just picking simple elements, smashing them together and getting a game, JGame was born.

Introduction

The entry point for any game is GameLauncher. However, you first need to define a Window and every Entity/UIHudElement/GameState that exists in the lifetime of your game. Only then should the launch method be called.

Improvements

If anyone has any suggestions or possible improvements fell free to let know. I'm available at nunoafonso2002@gmail.com

About

A simple Game Engine written entirely in Java made for the simplest of games

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages