Skip to content

Commit dc89c7d

Browse files
committed
Initial code upload
0 parents  commit dc89c7d

26 files changed

Lines changed: 5381 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.txt
2+
*.bat

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Space Poker
2+
3+
Game released for the 2018 Reset64 4KB 'Craptastic' Game Competition.
4+
5+
![](./shot1.png) ![](./shot2.png)
6+
7+
## Download
8+
9+
[D64 image](spacepoker.d64)
10+
11+
[Get all the games from the compo](https://reset64-magazine.itch.io/2018-reset64-4kb-craptastic-game-compo)
12+
13+
## Building
14+
15+
You will need Millfork compiler, version at least 0.3.0:
16+
17+
java -jar millfork.jar -I PATH_TO_MILLFORK/include -O4 --inline --ipo -t c64 -o cgomc main.mfk

0 commit comments

Comments
 (0)