https://github.com/jack-carling/connect-four
School assignment - group project
https://github.com/jack-carling/connect-four
javascript-game multiplayer vue vue-router vuex
Last synced: 3 months ago
JSON representation
School assignment - group project
- Host: GitHub
- URL: https://github.com/jack-carling/connect-four
- Owner: jack-carling
- License: mit
- Created: 2021-04-20T09:37:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T15:48:32.000Z (over 3 years ago)
- Last Synced: 2025-01-23T17:15:37.296Z (5 months ago)
- Topics: javascript-game, multiplayer, vue, vue-router, vuex
- Language: Vue
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect 4
School assignment • group project by Jack, Marijune, Robin, Sofia and Victoria
## About
Classic connect four game with different game modes:
- Play against a friend using the same computer
- Play against a bot
- ~~Play against a friend via network~~ (backend provided by our teacher is discontinued)
- Watch two bots play against each other## Screenshot

## Project setup
```bash
# Install dependencies
npm install# Run development server
npm run serve
```