Skip to content

Battle dots is a game inspired by Megaman Battle Network. This is a project for my CS120B class and is meant to be used with the ATMEGA1284 but modifications can be made to make it work with other microcontrollers.

License

Notifications You must be signed in to change notification settings

oribix/battle-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BATTLE DOTS

Source file overview:

bdots.h/.c : main function and initializers.

attack.h/.c : attacks

field.h/.c : edits the field and who owns it.

io.h/.c: LCD display and LED matrix output and SNES controller input.

player.h/.c : player struct and player related functions.

Scheduler.h/.c : tasks and state machines.

timer.h : code given by CS120B class to help with synchronous state machines.

bit.h : getBit and setBit functions

About

Battle dots is a game inspired by Megaman Battle Network. This is a project for my CS120B class and is meant to be used with the ATMEGA1284 but modifications can be made to make it work with other microcontrollers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published