mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-16 10:32:20 +00:00
Create a skeleton for experimenting with Pa-Man playfields
This commit is contained in:
parent
dfb2d10edf
commit
b382c20147
10
demos/pacman/App.s
Normal file
10
demos/pacman/App.s
Normal file
@ -0,0 +1,10 @@
|
||||
; IIgs Game Engine
|
||||
|
||||
TYP $B3 ; S16 file
|
||||
DSK GTEPacMan
|
||||
XPL
|
||||
|
||||
; Segment #1 -- Main execution block
|
||||
|
||||
ASM Main.s
|
||||
|
BIN
demos/pacman/GTEPacMan
Normal file
BIN
demos/pacman/GTEPacMan
Normal file
Binary file not shown.
5
demos/pacman/Main.s
Normal file
5
demos/pacman/Main.s
Normal file
@ -0,0 +1,5 @@
|
||||
REL
|
||||
DSK MAINSEG
|
||||
|
||||
rtl
|
||||
|
2
demos/pacman/README.md
Normal file
2
demos/pacman/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
Experimental implementation of a dynamically scaline Pac-Man playfield
|
||||
that fits the IIgs native screen size.
|
28
demos/pacman/package.json
Normal file
28
demos/pacman/package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "super-mario-bros-nes-demo",
|
||||
"version": "1.0.0",
|
||||
"description": "Wrapping the SMB 6502 ROM in GTE",
|
||||
"main": "index.js",
|
||||
"config": {
|
||||
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32-1.1.10.exe",
|
||||
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe",
|
||||
"gsport": "C:\\Programs\\gsport\\gsport_0.31\\GSPort.exe",
|
||||
"macros": "C:\\Programs\\BrutalDeluxe\\Merlin32\\Library",
|
||||
"crossrunner": "C:\\Programs\\Crossrunner\\Crossrunner.exe"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "%npm_package_config_merlin32% -V %npm_package_config_macros% App.s"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lscharen/iigs-game-engine.git"
|
||||
},
|
||||
"author": "Lucas Scharenbroich",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lscharen/iigs-game-engine/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lscharen/iigs-game-engine#readme",
|
||||
"devDependencies": {
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user