Skip to content

Aplikacja klient-serwer pozwala na rozegranie partii gry strategicznej typu Plemiona. Logika gry bazuje na operacjach międzyprocesowych dostępnych na Linuxie, takich jak potoki, kolejki, semafory i pamięć współdzielona. Projekt na zaliczenie w ramach przedmiotu Programowanie Współbieżne na Politechnice Poznańskiej.

License

Notifications You must be signed in to change notification settings

dominikbrandon/simple-tribal-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Tribal Wars

This program realises simplified Tribal Wars game. Users receive a nice console interface, which presents status of their village. It also allows them to run training and attack commands. It's a realisation of university task.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to use the software

Linux environment (it won't work on Windows machine, as there are used interprocess communication mechanisms, which are available in Unix-based systems only)
gcc compiler
make
ncurses lib
permission to manage IPCs

Installing

A step by step series of examples that tell you have to get a development env running

open the console window
enter the directory where you have cloned the repository
type 'make'

Running the game

To run the game

start server executable in terminal and define number of players
open new console window for each client and start client executable inside each of them
that's it!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Aplikacja klient-serwer pozwala na rozegranie partii gry strategicznej typu Plemiona. Logika gry bazuje na operacjach międzyprocesowych dostępnych na Linuxie, takich jak potoki, kolejki, semafory i pamięć współdzielona. Projekt na zaliczenie w ramach przedmiotu Programowanie Współbieżne na Politechnice Poznańskiej.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published