steel-wheels / Arisia

The applications and frameworks for ArisiaPlatform
GNU General Public License v2.0
0 stars 0 forks source link

Games #2

Open steel-wheels opened 1 week ago

steel-wheels commented 1 week ago

Implement BASIC COMPUTER GAMES (https://github.com/coding-horror/basic-computer-games)

steel-wheels commented 6 days ago

Add new game script: 03_Animal

commit cc031d728e4a5912bb1833d1edaf4a8bee88999a
Author: Steel Wheels Project 
Date:   Fri Sep 13 09:18:55 2024 +0900

    ArisiaCard: Update game script: 03_Animal

 .../Resource/Games/03_Animal.jspkg/animal.js       | 244 ++++++++++++++++++-
 .../Resource/Games/03_Animal.jspkg/animal.ts       | 260 ++++++++++++++++++++-
 .../Games/03_Animal.jspkg/types/animal.d.ts        |   8 +
 3 files changed, 504 insertions(+), 8 deletions(-)
steel-wheels commented 5 days ago

Add new game script: 01_Acey_Ducey

commit c00aa8d5030cf6498c93cad53fdecaf95c33bc04 (HEAD -> main, origin/main, origin/HEAD)
Author: Steel Wheels Project 
Date:   Sat Sep 14 06:45:41 2024 +0900

    ArisiaCard: Add game script: 01_Acey_Ducey

 .../Resource/Games/01_Acey_Ducey.jspkg/Makefile    |  50 ++
 .../Games/01_Acey_Ducey.jspkg/aceyducey.js         | 161 ++++
 .../Games/01_Acey_Ducey.jspkg/aceyducey.ts         | 174 ++++
 .../Games/01_Acey_Ducey.jspkg/manifest.json        |   3 +
 .../Games/01_Acey_Ducey.jspkg/manifest.json.in     |   4 +
 .../01_Acey_Ducey.jspkg/types/ArisiaPlatform.d.ts  | 989 +++++++++++++++++++++
 .../01_Acey_Ducey.jspkg/types/KiwiLibrary.d.ts     | 833 +++++++++++++++++
 .../Games/01_Acey_Ducey.jspkg/types/aceyducey.d.ts |  12 +
 8 files changed, 2226 insertions(+)