Skip to content

Computer version of famous board game Runebound

License

Notifications You must be signed in to change notification settings

EkaterinaNikolaeva/Runebound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runebound

About

Runebound is a popular strategic tabletop game in the fantasy genre for 2-4 players, previously not adapted for PC. The action takes place in a fantasy world. Each player goes through various trials during the game. The goal of the game may vary depending on the chosen scenario. The main menu screen includes game creation and joining an existing one. The main screen is the playing field where players or objects in the world are located. During the game, when completing specific tasks, the player has access to the store, battles, and inventory screen.

Screenshots

Board Shop Fight Inventory

Installation

Requirements:

  1. MSYS2 (minGW toolchain)
  2. SDL2
  3. SDL image
  4. SDL2 gfx
  5. SDL ttf
  6. Boost
  7. CMake
  8. nlohmann::json

and put SDL .dll files in root dir of this repository. To build executables write this command in console

  cmake . --build

then graphics_client.exe and network_server.exe will appear in the root directory.

About

Computer version of famous board game Runebound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • C 3.5%
  • CMake 0.2%