https://github.com/lliepjiok/walker_game
RPG GAME
https://github.com/lliepjiok/walker_game
cpp qt rpg-game
Last synced: about 1 month ago
JSON representation
RPG GAME
- Host: GitHub
- URL: https://github.com/lliepjiok/walker_game
- Owner: LLIEPJIOK
- License: mit
- Created: 2023-07-09T08:47:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T13:10:24.000Z (about 2 years ago)
- Last Synced: 2025-08-13T03:37:07.820Z (10 months ago)
- Topics: cpp, qt, rpg-game
- Language: C++
- Homepage:
- Size: 2.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WalkerGame
Multiplayer(LAN) turn-based walker game with RPG elements. Requires 2 to 4 players to start a game. Each player can pick up items, equip them, drink potions, hit other players. There are events in the game, the outcome of which depends on the attributes (strength, agility or intelligence) that are distributed by the players at the beginning of the game and then gained throughout the game process. The game ends when only one player remains.
## Install
To start a game you have to have Qt creator installed on your computer. Open Game.pro file and start new game.
## Compatibility
Game is compatible with MSVC kit and Qt6+.
### Below are some pictures of the game

----

----

----

----
#### _The game was developed jointly with Crucinio and NIMIGASHI_