1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* Sound effects
* Compressed wave sounds (?)
* Numeric sounds (?)
* Game engine features
* String data (partially implemented)
* A ,PopUp command to use a popup with arguments starting from a mark
* Returning a class from COLLIDE/COLLIDEBY to transform
* Possibility to define auto-generation levels mode
* Popup inventory list (with optional possibility of choice) (?)
* Playfield array
* Editor
* Mouse dragging
* Deal better with allowing to skip past corrupted levels
* Picture editor/loading
|
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
* Sound effects
* Compressed wave sounds (?)
* Numeric sounds (?)
* Game engine features
* String data (partially implemented)
* A ,PopUp command to use a popup with arguments starting from a mark
* Possibility to define auto-generation levels mode
* Popup inventory list (with optional possibility of choice) (?)
* Playfield array
* Editor
* Mouse dragging
* Deal better with allowing to skip past corrupted levels
* Picture editor/loading
|
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
* Multiuser scoring within one computer system (optional capability)
* Launcher menu (optional; separate program)
* Testing
* Bizarro world
* Connection movement (it is partially tested, already)
* Sweep, SweepEx, HitMe
* Overriding order of execution (partially tested)
* Conversion from other games
* DOS Hero Hearts
* Berusky
* PC Wanderer
* Escape
* Chroma
* Xsok
* PuzzleScript (limited; not everything is or will be capable)
* Sokoban
* Puzzle Boy
* Pitman/Catrap
* Improve build system
|
>
|
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
* Multiuser scoring within one computer system (optional capability)
* Launcher menu (optional; separate program)
* Testing
* Bizarro world
* Connection movement (it is partially tested, already)
* Sweep, SweepEx, HitMe
* Overriding order of execution (partially tested)
* Returning classes/objects from COLLIDEBY
* Conversion from other games
* DOS Hero Hearts
* Berusky
* PC Wanderer
* Escape
* Chroma
* Xsok
* PuzzleScript (limited; not everything is or will be capable)
* Sokoban
* Puzzle Boy
* Pitman/Catrap
* Improve build system
|