Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoc00lig/bomberman
Simple implementation of the game 'Bomberman' in 2D. The game is designed for two players. Project written using C++ language with QT6 framework. 💣
https://github.com/yoc00lig/bomberman
2d-game bomberman bomberman-game cpp game qt6 qtcreator
Last synced: 20 days ago
JSON representation
Simple implementation of the game 'Bomberman' in 2D. The game is designed for two players. Project written using C++ language with QT6 framework. 💣
- Host: GitHub
- URL: https://github.com/yoc00lig/bomberman
- Owner: YoC00lig
- Created: 2023-06-08T21:55:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T14:01:31.000Z (over 1 year ago)
- Last Synced: 2024-11-24T10:24:55.682Z (3 months ago)
- Topics: 2d-game, bomberman, bomberman-game, cpp, game, qt6, qtcreator
- Language: C++
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💣 Bomberman
This repository contains own, simple implementation of the "Bomberman" game. The project was carried out as part of the "Introduction to Programming in C++" course at AGH UST in 2023. It is the first project with the use of the QT framework.# 🛠 Technologies used:
- QT6 (Cute6) framework
- Cmake
- C++
- Icons: Monster icons created by Smashicons - Flaticon
# 🎮 Game Demo:
When the game begins, players are presented with a character selection screen and a field to enter icons IDs. Simple instructions for gameplay are also provided. At the bottom, there's a button that, when pressed, starts the game.
In the game, one player controls their character's movements using the W A S D keys and strategically lays down bombs by pressing the E key. The second player, on the other hand, navigates their character using the I J K L keys and strategically places a bomb using the O key. The outcome of the game is determined by the player who meets their demise first, which occurs when they find themselves in close proximity to an exploding bomb.
# 👩🏼💻 Authors: