Skip to content

levalyukov/game-cpp

Repository files navigation

🍲 Delicious Soup

screenshot

Unfinished work, the screenshot does not represent the final game
(screenshot by 08/03/2025)


Delicious Soup is a simple 2D simulation game owner of a street restaurant. You need to cook and fulfill customer orders.

Project Status: in active development.

Note

This application is a learning exercise. Consequently, some implementation choices may reflect that learning process rather than production-grade best practices.

🎮 Game mechanics

  • Player (movement, interaction)
  • User Interface (pause, hud, kitchen menu)
  • Entity (player, npc, builds)
  • Cooking
  • Orders
  • Events (repetitive, single)
  • Changing scenes (in plans)
  • Save / Load (in plans)
  • Music / Sounds (in plans)

⚙️ Using libraries

🛠️ Used tools

📦 Install

Clone this repository on your system via GIT.

git clone https://github.com/levalyukov/game-cpp.git
cd game-cpp

To make the project work, install the submodules:

git submodule update --init

For building this game you need CMake v3.15 and high:

mkdir build
cd build

cmake ..
make

./main

📜 License

The repository is licensed by MIT.

About

Simple game develeped in C++ with SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published