Skip to content

Beast game - assignment for the subject Operating Systems 2

Notifications You must be signed in to change notification settings

Blindeen/beast-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beast game

Description

2D labirynth game written in C language. Players have to collect coins and store them in a campsite. They also have to worry about hunting beast which can kill players. Death caused by beast or collison with other player results in loss of carried money.

Author

@Blindeen

Features

  • Beasts
  • Mulitplayer - up to 4 players
  • Treasures
  • Collision mechanism
  • Campsite
  • Slowing down bushes

Keybindings

Server

  • q/Q - close the server
  • b/B - spawn a beast
  • c - spawn a coin
  • t - spawn a treasure
  • T - spawn a large treasure

Client

  • q/Q - quit the game
  • ⬆️ - move up
  • ⬇️ - move down
  • ⬅️ - move left
  • ➡️ - move right

How to run

Clone

git clone https://github.com/Blindeen/Beast-game.git

Change directory

cd Beast-game

Play

make run

Overview

image image

About

Beast game - assignment for the subject Operating Systems 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published