An open API service indexing awesome lists of open source software.

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

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

![](https://user-images.githubusercontent.com/72305598/134032527-6fb2de57-4721-46cf-8b41-ab618d5de0a3.png)

## Project setup

```bash
# Install dependencies
npm install

# Run development server
npm run serve
```