Introduced FileSystem and Out classes
[openstranded.git] / ROADMAP
blob831f10e8493279751451969d24ad4f13f94f5666
1   ___                   ____  _                       _          _ 
2  / _ \ _ __   ___ _ __ / ___|| |_ _ __ __ _ _ __   __| | ___  __| |
3 | | | | '_ \ / _ \ '_ \\___ \| __| '__/ _` | '_ \ / _` |/ _ \/ _` |
4 | |_| | |_) |  __/ | | |___) | |_| | | (_| | | | | (_| |  __/ (_| |
5  \___/| .__/ \___|_| |_|____/ \__|_|  \__,_|_| |_|\__,_|\___|\__,_|
6       |_|                                                          
8 ROADMAP
12 == Pre-Alpha Release v0.0.1 ==
14 Graphics, UI
15 - Fully working player camera (standard/FPS mode)
16 - Properly rendered environment
17 - Very basic user interface
19 Gameplay
20 - Implementation of standard roaming and standing/idling AI behaviours
22 Scripts
23 - Implementation of all control flow statements
24 - Implementation of all primitive data types
25 - Implementation of most basic commands (math, output, events)
26 - Implementation of new additional basic components (functions)
30 == Release v0.1.0 ==
32 Graphics, UI
33 - Add options and inventory menu to UI
35 Gameplay
36 - Add physics
37 - Implement the player's needs (food, water, sleep) and health
38 - Implementation of inventory and items
40 Scripts
41 - Adding commands for environment manipulation
42 - Implement timer functionality