A downloadable game

Author: solarbreeze

Category: Fishsticks Jam (Hosted by 57 Wolf)

System: Commodore 64

Language: C compiled with Oscar64 C cross-compiler

Length of source code: 2357 Bytes

Lenth of executable: 9360 bytes with PRG header

Instructions: Install the Vice Commodore 64 emulator or MAME. Load fish.prg into Vice or MAME. 

You should be able to run x64 and then drag and drop the PRG file into the emulator to make it run. 

https://vice-emu.sourceforge.io/index.html#download

Optionally, if you want to compile from C source, install Oscar64 or cc65 and then build the PRG file:

oscar64 -o=fish.prg fishsticks.c

https://github.com/drmortalwombat/oscar64

https://cc65.github.io/

Description:

C program implements a fish stick pickup game. The game has only 3 rules:

   1) start with 12 fishsticks

   2) each player takes 1, 2, or 3 fishsticks each turn

   3) the player who takes the last fishstick wins

Leave a comment

Log in with itch.io to leave a comment.