-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathChaiLove.dat
More file actions
85 lines (79 loc) · 1.75 KB
/
ChaiLove.dat
File metadata and controls
85 lines (79 loc) · 1.75 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 "2025.2.6"
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.1"
rom ( name "FloppyBird.chailove" size 1236066 crc 1a534bbb )
)
game (
name "Game of Life"
description "The Game of Life in ChaiLove"
developer "Rob Loach"
genre "Simulation"
users 1
releaseyear "2018"
releasemonth "2"
releaseday "21"
version "2.0.0"
rom ( name "GameOfLife.chailove" size 1797 crc a4e28c8c )
)
game (
name "JSTest"
description "Test your joystick configurations in ChaiLove"
developer "Rob Loach"
genre "Utility"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "2.0.0"
rom ( name "JSTest.chailove" size 1256986 crc 61dc7b7c )
)
game (
name "Nyan Cat"
description "Nyan Cat re-implementation in ChaiLove"
developer "Rob Loach"
genre "Simulation"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "2.0.0"
rom ( name "Nyan Cat.chailove" size 1886084 crc 41c29b13 )
)
game (
name "Snake"
description "Snake game done in ChaiLove"
developer "Rob Loach"
genre "Action"
users 1
releaseyear "2018"
releasemonth "3"
releaseday "5"
version "2.0.0"
rom ( name "Snake.chai" size 4244 crc 3b300b4b )
)
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 "2.0.0"
rom ( name "Launcher.chailove" size 1317567 crc 68194648 )
)