Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 747 Bytes

README.md

File metadata and controls

63 lines (40 loc) · 747 Bytes

Othello (game)

A multiplayer game created using tcp server

Prerequisites

1. C++17 Compiler

2. SDL libc++

3. Boost lib


Installation (Linux)

1. SDL

$ sudo apt install libsdl2-dev
$ sudo apt install libsdl2-ttf-dev
$ sudo apt install libsdl2-image-dev
$ sudo apt install libsdl2-net-dev

2. Boost Library (ASIO)

$ sudo apt install libboost-dev
$ sudo apt install libboost-all-dev

Setup sever (JS)

1. npm install

2. npm run start

You will see server started listening on PORT 8080

Run IT(client)

$ make && ./main