Skip to content

charlie763/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I built the classic game tetris with a vanilla JS frontend and a Rails API backend. The backend stores users and games allowing you to save and load your last game as well as view high scores.

The game is playable live at: https://charlie763.github.io/tetris/frontend/

screenshot

Installation and Usage

To install, clone the repository, cd into the /backend directory, and run bundle install. Open index.html in the /frontend directory from your browser to run frontend functionality and start a Rails server, rails s from the /backend directory to save and load games.

License

This repository is available as open source under the terms of the MIT License.

About

I built the classic game Tetris with a vanilla JS frontend and a Rails API backend. The backend stores users and games allowing you to save and load your last game as well as view high scores. I took this project as an opportunity to solidify my skills with DOM manipulation, event handling and asynchronous functions. The app is live at: https://…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors