Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaswg/rock-paper-scissor

Simple Rock-Paper-Scissors static page game
https://github.com/nicolaswg/rock-paper-scissor

css game

Last synced: 12 days ago
JSON representation

Simple Rock-Paper-Scissors static page game

Awesome Lists containing this project

README

        

Rock Paper Scissor

In this project we wil see a basic rock, paper and scissor game using HTML and CSS rules combined with a .js file that executes all the logic part of the game.

This game is made with the vision that the user can interact freely with the logical part of the game page.

What I learned
1-) how to select randomly a choice declared
2-) how to use css transform property
3-) how to combined interaction between user and logial files