A simple pictionary-like game built with JavaScript and a Rails API backend.
- Repo for the backend: https://github.com/thealice/simple-pict-backend.
- Blogpost to describe how I built out the drawing functionality.
- Video walkthrough of how the game works: https://youtu.be/olbEbbg4LL0
To get Simple Pictionary Front-End running on your local machine, first fork and clone the Backend (instructions in that readme on how to run).
Then, fork and clone this repo:
git clone [email protected]:thealice/simple-pict-frontend.git
After cloning the repo, simply open index.html
in your console.
- JavaScript
- CSS3
- HTML5
- Ruby - Programing Language. I used Ruby Version 2.6.1
- Rails - Application Framework.
- Bundler - Dependency Management
- PostgreSQL - Database
- Please read and follow our Code of Conduct.
- Bug reports and pull requests are very welcome on GitHub at https://github.com/thealice/simple-pict-frontend.
- Alice Freda - Thealice
This project is licensed under the MIT License - see the LICENSE.md file for details