Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 4.08 KB

README.md

File metadata and controls

93 lines (66 loc) · 4.08 KB

Typing-Royale

Description

A retro themed typing game that allows players to compete head to head over the web.

Table of Contents

Motivation

Inspired by single-player typing websites, Typing Royale was created to settle, once and for all, who is the fastest typist in the office. Sure, you can take individual typing tests and compare results, but where is the fun in that? A live, head to head, adrenaline-pumping battle with all bragging rights on the line? Now that's is a true typing test. Good luck, and may the fastest typist win 🏆🏆🏆.

Demo

Typing-Royale game gif

Screenshots

Typing-Royale Homepage Typing Royale Challenge Typing Royale Win

Technologies

Front-End

Link to Front-End Repo

Back-End

Typing-Royale's API is built with Ruby on Rails, utilizing JWT and BCrypt for security, and PostgreSQL for its database. ActionCable is utilized to allow for real-time progress updates between players.

Installation

Clone repo and CD into the directory
bundle install
run rails db:create to create your postgres database
run rails db:migrate to bring up migrations
run rails db:seed to seed data
run rails s to start the server

Make sure to visit the repo for the frontend and follow those instructions as well.

Contributing

Pull requests are always welcome! Please make sure that your PR is well-scoped.


Shane Lonergan

💻 🚇 🐛💡

Sukrit Walia

💻 🚇 🐛💡

License

MIT © Shane Lonergan & Sukrit Walia