Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

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.