Hello everyone!
This project is an alternate version of my Python RPS game. Since I recently learned Javascript, I made a web version of my RPS game.
The goal of this project is to help me learn JavaScript.
I am still in the VERY beginning stages. Logic has been added, but there are several features I am hoping to implement now or further in development:
Simple tasks (implementation is very soon):
- Get rid of choices after each time the user makes a choice (Unsure)
- Add end game button after second round AND make it stay (in progress, current challenge)
- Add texture to background (non-priority)
- Add some responsiveness
Advanced tasks (implementation is WAY in the future, usually after simple tasks are done):
- Have user input how many rounds they want or make it be endless
- Add more than one background and give user the choice to change them
- I want to change the icons to 8bit
- Maybe make my own icons where I can have the User and Computer Icon react depending on if they won or not
- Give user a choice to change their user profile (unsure)