Skip to content

SmilieGames/stone-age-reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stone Age Reloaded

Gather resources, build your town and win the game of evolution.

In this game you are the leader of an acient tribe and your only goal is to build a big-ass palace for you to reside in. Of course this means that you have to manage your folks so they gather food, mine resources and fight off the occassional neighbouring tribes. Are you ready to take on this challenge? Give it a try at https://smiliegames.github.io/stone-age-reloaded/

Notes

Eventhough this game is playable it is missing some core features, such as buildings, fighting and (maybe most importantly) win conditions. Those will follow over the next few days.

Checklist:

  • Basic economy (food gathering, building a population and needs)
    • Economy framework
    • Connect all food gathering objects to store
  • Resource mining
    • Connect all resource mining objects to store
    • Connect all culture generating objects to store
  • Culture and Technology
    • Create tech tree UI
    • Create techtree framework and data structure
    • Create all tech data
    • Balance techs
  • Add buildings
  • Fight mechanics
  • Evolution (WIP)
  • Win conditions (and statistics for game?)
  • UI Overhaul (create assets and make it fancy)