Team Lead: harir al-rubaye
Harir Al-Rubaye, Nour Tayem, Thulasi Jothiravi, Rehan Nagoor Mohideen, Harikrishan Singh, and Ivan Odiel Magtangob
Below are the breakdown's details for sprint 9:
- Cyber Coin Game:
- Question Expansion: we added 20 new questions to each theme
- Question Randomization
- Leadership Board: introduced a leaderboard to display top scores, fostering a competitive environment.
- Timer Addition: added a timer to add challenge and pace to the game
- UI Updates: Updated the user interface
- Cryptogram Game:
- Content Update: Added new messages
- UI Enhancements: Updated the UI to provide feedback on incorrect guesses
- Fixed Mismatched Hints: corrected mismatched hints for a smoother user experience.
- New Game Development: we developed a new game, Slide Puzzle
- Install Docker engine: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
- Install Docker Desktop: https://www.docker.com/products/docker-desktop/
- Go to the page of the repository that you want to clone (sprint-2 branch)
- Click on “Clone or download” and copy the URL.
- Use the git clone command along with the copied URL from earlier.
- Run the following on the command line:
$ git clone --branch sprint-2 https://github.com/USERNAME/REPOSITORY
- Press Enter.
- Pull branch sprint-2
- Make sure your docker engine is running (by launching docker)
- Run:
make
which will run thedocker compose up
and nginx/php will run on localhost:8000 - Run:
make down
: which will rundocker compose down
and close the docker enviroment [After you are done]
- Access the web application at the following URL: http://localhost:8000/