Skip to content

xpac27/LittleWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little World

LittleWorld Preview

This program is supposed to be able to compile and run on MacOSX, Linux and PC (I only tested MacOSX for now). Project is under development so do not expect impressive features ;)

Checkout the crazy dev screenshots album.

REQUIRED:

INSTALLING:

  • Clone the LittleWorld project
  • Type "make" to build the game
  • Type "./build/littleWorld" to start the game

VERSION HISTORY:

  • v0.3: real time lighting and shadows
  • v0.2: pathfinder
  • v0.1: basic rendering

NOTES:

  • If the game do not compile because of some errors in the code reset the history to a stable revision (git reset --hard v0.3) then try again.