Skip to content

JoystickAndCursorKeys/kickasm-hellosnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickasm-hellosnake

A hello-world program for kickassembler.
The program in this instance is a simplest possible snake game.

The source code is in the src directory: here (https://github.com/JoystickAndCursorKeys/kickasm-hellosnake/blob/main/src/snake.asm)

The build script run on linux. (Or a windows based bash shell).

Compile the game

  • ./compile

Compile the game and run in emulator

  • ./compile_run

Configure the build scrips:

Configure kickasm and vice: tools.cfg

Configure the name of the main file: prj.cfg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published