generated from nighthawkcoders/spring_portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- A class that does computation with a datastructure that can be viewed as an abacus
- A 2d array [[column], [[Top notch], [# in bottom notches]], [1, 2], [0, 4], [0, 0]]
- Converts abacus notation into decimal [[0, 2], [1, 4], [1, 2]] = 297
- Keeps track of user heat level (like tetris 99)
- If heat level is too high user loses and they get a lose screen and is kicked from the game
- heat level is given by the Game class if they compute something slower
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
In Progress