Skip to content

An island explorer game with a game engine made from scratch

License

Notifications You must be signed in to change notification settings

carltheperson/island-flyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Island Flyer

This game is an island explorer game. The game is made with OpenGl using LWJGL.

Generation

The islands are procedurally generated, so the world you can explore is infinite. The islands are generated using perlin noise as a base, and shaped using what I call “island points“ and “island squares”. Island points can only exist inside of an island square, and has a higher chance of existing closer to the center of the square. A given points height is defined by how close it is to an island point.

How to run

There are executables here. Read this for more information about running the game.

Releases

No releases published

Packages

No packages published

Languages