Skip to content

A React-based Tetris game in-browser. Top ten scores stored in MongoDB with GraphQL server setup separately on Heroku.

License

Notifications You must be signed in to change notification settings

Windowmac/arcade-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Lite: Tetris License: MIT

Table of Contents

License

Read more about the MIT license here: MIT

Description

This is a simple Tetris App made using only React. It interfaces with a MongoDB database and queries using GraphQL through an Apollo server.
We use a separate site to host the database and it's used to store scores from the leaderboard.

How to Play

Here's the link to the deployed site: Arcade Lite

  • You click the start button to start the game.
  • You use the left and right arrow keys or buttons to move the pieces left or right.
  • You press the down arrow or button to make the pieces fall one more space.
  • When you get a whole row filled, is disappears.
  • For each row that disappears, you get 100 points.
  • If the pieces reach the top of the board, you lose.
  • When that happens, enter your initials and see where you're placed on the leader board!
  • (Optional) Change between the retro and modern themes using the Set Modern/Retro button.

About Us

  • Kalyn Reid

    Going from Deploying out at sea as a Navy Nuclear Sailor to Deploying your future application as a Full-Stack Web Developer.
  • Erik Stone

    Going from carefully preparing tasty dishes as a cook to carefully laying out a smooth web experience.
  • McKendree Strommer

    Going from burying bodies as a Funeral Director to burying bugs preserving your website.
  • Ryan Logan

    Going from insuring you as a Life Insurance Agent to insuring your livelihood with sleek web interfaces.

About

A React-based Tetris game in-browser. Top ten scores stored in MongoDB with GraphQL server setup separately on Heroku.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 8.4%
  • HTML 7.6%