DrugWars (DopeWars) clone for the Arduboy.
Go to file
Rudis Muiznieks b40277bdc5
v1.0 candidate
2022-06-19 12:51:58 -05:00
src/fonts pulling menu logic into own file, added cursor sprite 2022-06-17 16:38:40 -05:00
.editorconfig switched char[] to string 2022-06-17 08:58:56 -05:00
.gitignore implemented yes/no dialogs 2022-06-19 09:37:50 -05:00
DEV_NOTES.txt starting on game state management 2022-06-15 18:36:12 -05:00
LICENSE added license 2022-06-15 12:51:24 -05:00
Makefile implemented inventory screen 2022-06-18 12:24:23 -05:00
README.md started on menu display 2022-06-16 23:25:49 -05:00
menu.ino drug prices were overflowing ints, changed to long 2022-06-19 10:37:16 -05:00
slangin.ino v1.0 candidate 2022-06-19 12:51:58 -05:00
states.ino v1.0 candidate 2022-06-19 12:51:58 -05:00

README.md

Slangin'

DrugWars (DopeWars) clone for the Arduboy.

Reference implementation.

Building

Run make to build slangin.hex. You need arduino-cli on your path already set up to compile for the Arduboy.

Running

Run make run to build and run the game. You need the sim-arduboy emulator on your path.

To run on an actual device, use arduino-cli to upload slangin.hex after building. For example:

make && \
arduino-cli upload -b arduino:avr:leonardo -p /dev/ttyACM1 slangin.hex

Your port path (-p argument) may differ depending on your system.

Resources

Font libraries used: