|
@@ -12,7 +12,8 @@ Each version will be tagged upon being considered complete
|
12
|
12
|
|
13
|
13
|
* Versions
|
14
|
14
|
** 0.0
|
15
|
|
-*** TODO Ask #lispgames for feedback on this roadmap. :realworld:
|
|
15
|
+*** DONE Ask #lispgames for feedback on this roadmap. :realworld:
|
|
16
|
+CLOSED: [2016-09-20 Tue 19:35]
|
16
|
17
|
:PROPERTIES:
|
17
|
18
|
:Effort: 1
|
18
|
19
|
:END:
|
|
@@ -20,16 +21,21 @@ Each version will be tagged upon being considered complete
|
20
|
21
|
:PROPERTIES:
|
21
|
22
|
:Effort: 1
|
22
|
23
|
:END:
|
23
|
|
-*** TODO Go through opengl tutorials to become more comfortable :realworld:
|
24
|
|
-:PROPERTIES:
|
25
|
|
-:Effort: 60
|
26
|
|
-:END:
|
|
24
|
+*** TODO Learn ncurses
|
|
25
|
+- http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/NCURSES-Programming-HOWTO.html
|
|
26
|
+- http://stevelosh.com/blog/2016/08/lisp-jam-postmortem/#ncurses-and-cl-charms
|
|
27
|
+- https://github.com/sjl/sand/blob/master/src/ascii.lisp#L12-L91
|
27
|
28
|
*** TODO Read through http://gameprogrammingpatterns.com/contents.html :realworld:
|
28
|
29
|
:PROPERTIES:
|
29
|
30
|
:Effort: 20
|
30
|
31
|
:END:
|
|
32
|
+*** ABORTED Go through opengl tutorials to become more comfortable :realworld:
|
|
33
|
+CLOSED: [2016-09-20 Tue 19:35]
|
|
34
|
+:PROPERTIES:
|
|
35
|
+:Effort: 60
|
|
36
|
+:END:
|
31
|
37
|
** 0.1
|
32
|
|
-*** TODO Implement basic OpenGL 2D graphics system with tiles and placeholder graphics. Should be overhead view, not isomorphic. Similar to dwarf fortress. :client:
|
|
38
|
+*** TODO Implement basic ncurses 2D graphics system with tiles and character "graphics". Should be overhead view, not isomorphic. Similar to dwarf fortress. :client:
|
33
|
39
|
:PROPERTIES:
|
34
|
40
|
:Effort: 40
|
35
|
41
|
:END:
|