jacius / rebirth

High-level game framework, built on Rubygame & OpenGL. (On hold)

This URL has Read+Write access

rebirth / ROADMAP
100644 64 lines (30 sloc) 0.919 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 
 
  ROADMAP
  
  
  (View)
 
    - Demo: Empty view, nothing displayed. Quits after 10 seconds.
 
    - View class
 
  
  (Keyboard events)
  
    - Demo: Same as above, but quits when Q key pressed and released.
  
    - KeyPressed event class
    - KeyReleased event class
    - EventManager class
  
  
  (Rectangle)
  
    - Demo: Same, but displays a solid white square.
 
    - Shape class
    - Rectangle class
 
  
  (Game Object)
  
    - Demo: Same. (Nonvisible changes only.)
  
    - GameObject class
 
  
  (Circle)
  
    - Demo: Same, but also displays a solid white circle.
  
    - Circle class
 
  
  (Color)
 
    - Demo: Same, but each shape is a different color.
 
    - Color classes
    - Shape style (solid)
 
  
  (Line)
  
    - Demo: Same, but also displays a colored line.
  
    - Line class
    - Shape style (line)
  
  (World)
  
    - Demo: Same. (Nonvisible changes only.)
  
    - World class.