Connect Four (aka "Four in a row") Progressive Web App game made with Angular and Firebase.
Go here and enjoy some spare time with your remote pal https://play-connect-four.firebaseapp.com
The website is optimized for mobile.
This project was generated with Angular CLI version 1.6.8 using the --service-worker
option.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build-prod-ngsw
to build the PWA .
Make sure to update your project credentials in environment settings, then use the CLI to deploy on Firebase hosting.
- Add i18n using ngx-translate
- Implement a better state management with @ngrx store and effects.
- Improve UE (ideas are welcome!)
- Fork this project
- Push changes on a new branch for your feature
- Use pull requests