Skip to content

Nilesh-Aditya/Reversi_tcp_server

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published