Skip to content
forked from atymisk/Hurricane

Java videogame project using Slick2D lib (animation fork)

Notifications You must be signed in to change notification settings

rteas/Hurricane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoA

Main section where code is being executed : BasicGame.java
Three important methods:
*init: initializes game, variables, etc
*render: draws/renders at a point in time
*update: updates the game/processes the changes
Init is called once.
Render is called.
Update is called.
There will be a loop with:
render();
update();

Press [ENTER] to end player phase.

About

Java videogame project using Slick2D lib (animation fork)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%