Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abacus/User Class #4

Open
SlimeyTurtles opened this issue Sep 21, 2022 · 1 comment
Open

Abacus/User Class #4

SlimeyTurtles opened this issue Sep 21, 2022 · 1 comment
Assignees

Comments

@SlimeyTurtles
Copy link
Collaborator

SlimeyTurtles commented Sep 21, 2022

  • 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
@SlimeyTurtles SlimeyTurtles moved this from To-do to In Progress in Abacus battle royale Sep 21, 2022
@SlimeyTurtles SlimeyTurtles self-assigned this Sep 21, 2022
@xiaoa0
Copy link
Owner

xiaoa0 commented Sep 26, 2022

Add solo practice mode? Using either user-inputted problems or generated ones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants