Skip to content

Commit 1b4529c

Browse files
Add 001 Game Creator (#338)
Co-authored-by: NintenHero <[email protected]>
1 parent e071743 commit 1b4529c

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

descriptions/Engine.001GameCreator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**001 Game Creator**](https://001gamecreator.com/) is a game engine that seeks to be easy to learn and use.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ VSWAP = (?:^|/)vswap\. ; idTech0
3131
WAD = \.wad$ ; idTech1
3232

3333
[Engine]
34+
001GameCreator = (?:^|/)data\.1rc$
3435
3D_GameStudio = (?:^|/)acknex\.(?:dll|wdf)$
3536
4A_Engine = ^(?:oaremote_plugin|bchmark)\.dll$
3637
Adobe_AIR = (?:^|/)Adobe AIR(?:$|/)

tests/types/Engine.001GameCreator.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/data.1rc
2+
Chronicle1 Setup/data.1rc
3+
data.1rc

tests/types/_NonMatchingTests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ $
77
UnityPlayer.dlll
88
UUnityPlayer.dll
99
SuperUnityEngine.dll
10+
data_1rc
11+
data1.rc
12+
fdata.1rc
13+
dataf.1rc
14+
data.f1rc
15+
data.1rcf
1016
notactuallylime.ndll
1117
notactuallylime-legacy.dll
1218
notactuallylime-legacy.ndll

0 commit comments

Comments
 (0)