Course Number : CS F303
Instructor : Dr.Rahul Banerjee
All files on this repository are for educational purpose with no intentions of promoting unfair means in any evaluative component.
Typeracer is 6-level multiplayer networking game, TypeRacer. The game has a common whiteboard for all the users and leaderboard for displaying the game-screen and the scores. The game is able to concurrently handle all the requests for its users and update the scores (based on number of characters typed in the current game) accordingly. The levels of the game are defined in terms of the dictionary being chosen for the playing the game. 6 different types of dictionaries, English, French, Programming etc. are provided with the game. The dictionaries were taken from the following link.- The code is compatiable with GCC version 6.0 onwards.
- Make sure that you have installed "pthreads" and "curses" library.
- The code will only run on Linux and Mac machines. Windows support for the game is not available.
make all
Then type the following command in your terminal :
./typeracer
You can then simply follow theinstructions written in the menu and proceed with the game.
The screenshots of the game are available in the "Screenshots" folder.