A downloadable game

   My submission to Retro Snake Game Jam is Snake64, a simple yet fast and addictive snake clone written in Forth for the C64.

    I've coded the game using DurexForth v 4.0 ( https://github.com/jkotlinski/durexforth/releases ) , you can download it for free. Since Forth programs won't work without the Forth interpreter itself, I suggest these two options tu run the game:

   1) Run VICE emulator and load the "snake.vsf" snapshot file. Type "snake" (without quotes) and press ENTER to start playing.


   2) Run DurexForth in VICE emulator or real C64. 

   Type "include compat" (without quotes) then ENTER. 

   Type "include gfx" (without quotes) then ENTER.

   Copy-paste or type in the source code. Then again, type "snake" (without quotes) and press ENTER.

   3) Have fun !



StatusReleased
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorKempston

Download

Download
snake.vsf - VICE Snapshot 84 kB
Download
snake.txt - Forth Socurce Code 6 kB