Skip to content

turavinin/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humans vs Aliens 👾

A rock-paper-scissors game

The aliens are about to invade the planet. The only chance to survive is to beat them in a game of rock-paper-scissors.

Brace yourself and challenge the aliens in this classic game.

Page Preview

About the project

This project was built with HTML / CSS / JS.

  • Animations, transformations and transitions were used with the CSS.
  • Javascript was used to build the logic of the game and the interaction between the DOM elements and the EventListeners.
  • The design is responsive. Different backgrounds are used depending on the device.
  • It was sought to maintain a readable and reusable code, with descriptive names and a neat structure.