forked from libretro/libretro-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChaiLove.dat
More file actions
85 lines (79 loc) · 1.74 KB
/
ChaiLove.dat
File metadata and controls
85 lines (79 loc) · 1.74 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
clrmamepro (
name "ChaiLove"
description "2D Game Framework with ChaiScript"
version "2018.4.24"
homepage "http://github.com/libretro/libretro-chailove"
)
game (
name "Floppy Bird"
description "Flappy Bird re-implementation in ChaiLove"
homepage "https://github.com/RobLoach/ChaiLove-FloppyBird"
developer "Rob Loach"
genre "Action"
users 1
releaseyear "2017"
releasemonth "11"
releaseday "2"
version "1.0.0"
rom ( name "FloppyBird.chailove" size 1162547 crc 95233487 )
)
game (
name "Game of Life"
description "The Game of Life in ChaiLove"
developer "Rob Loach"
genre "Puzzle"
users 1
releaseyear "2018"
releasemonth "2"
releaseday "21"
version "1.1."
rom ( name "GameOfLife.chailove" size 1655 crc 7139548b )
)
game (
name "JSTest"
description "Test your joystick configurations in ChaiLove"
developer "Rob Loach"
genre "Simulation"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "1.1.1"
rom ( name "JSTest.chailove" size 1256986 crc 45a10836 )
)
game (
name "Nyan Cat"
description "Nyan Cat re-implementation in ChaiLove"
developer "Rob Loach"
genre "Action"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "1.2.0"
rom ( name "Nyan Cat.chailove" size 1877040 crc b684282c )
)
game (
name "Snake"
description "Snake game done in ChaiLove"
developer "Rob Loach"
genre "Action"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "0.20.1"
rom ( name "Snake.chai" size 4247 crc 44e709ea )
)
game (
name "Launcher"
description "Launch external applications and games through ChaiLove"
developer "Rob Loach"
genre "Utility"
users 1
releaseyear "2018"
releasemonth "12"
releaseday "30"
version "1.2.0"
rom ( name "Launcher.chailove" size 1317400 crc ebb2dfa9 )
)