Open emmaxshen opened 11 months ago
Frontend:
frontend for fibonacci:
javascript on fibonnacci. working on making it user interactable
frontend commits
backend commits
designed nav bar on the frontend
frontend commits
Crossover Review for Emma, Grace, Isabelle
Score: 1.85/2
Score: 1.85/2
2584 Game
The 2048 game but the game logic is changing to follow the Fibonnaci sequence!
Frontend
Emma's commits:
Work:
Detailed instructions for first-time players of 2584 (how to play, how to win)
First implemented 2584 game as java console game and then converted to JavaScript user interactive website game
Grace's commits:
Work:
Isabelle's commits:
Work:
changed input for 2584 game so it uses arrow key presses instead of text
Backend
Emma's commits:
Work:
Created dictionary database that takes 2 parameters --> string userName and integer totalScore in Java
Able to post information to database through Postman
TODO: Incorporating sorting algorithms using sample data in database
Grace's commits:
Work:
Isabelle's commits:
Work:
Fibonnaci algorithms: while, for, stream, recursive Sort: merge, insertion, bubble, selection