Skip to content

taeber/warships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warships

A Game for Roona

About

This is the first game I wrote for the Apple //e. It's a Battleship-type game for my niece.

I wrote it in 6502 assembly and assembled it using a2asm, which I also wrote for this project.

Quickstart

To assemble, simply run:

$ make

You can then take the resulting build/warships.a2 binary, load it onto your Apple //e however you know how to, then run:

] BRUN WARSHIPS

Alternatively, you could run:

$ make all

This produces a DOS 3.3 .DSK file with the binary file on it called WARSHIPS. Load it using your favorite Apple2 emulator like Apple2JS, LinApple, or AppleWin.

It also produces a .WAV file that you can load using the instructions printed to the screen after make all finishes.

Screenshots

Intro Screen

Intro

Victory Screen

Victory

About

Warships: A Game for Roona

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published