dots-game
Dots game Built With React and Framer Motion.
Techs
- React
- Framer Motion
- Styled Components
- React Lottie
- Firebase
Run the game
- Clone this repository
- Open the terminal and navigate to the folder
- Run the following command to install dependencies:
yarn install
- Create project in Firebase with google authentication and realtime database
- Copy que .env.copy to .env and add environment variables
- Run the following command to run the game:
yarn start
- Enjoy!
Next steps
- [x] Multiplayer game
- [ ] Profile Editor
- [ ] Friendship invites
Contributing
- Fork this repository
- Create a new branch
- Make your changes
- Commit your changes and push your changes to the remote repository:
- Create a pull request