From 9aac4e7ad6a71b16800d6fc799af68a6a5714859 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Wed, 13 Aug 2025 00:40:34 +0200 Subject: [PATCH] Add README.md file with game description and features; include project license and contribution guidelines --- Mr. Brick Adventures.csproj | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README.md diff --git a/Mr. Brick Adventures.csproj b/Mr. Brick Adventures.csproj index 35922f6..91104ef 100644 --- a/Mr. Brick Adventures.csproj +++ b/Mr. Brick Adventures.csproj @@ -5,6 +5,7 @@ Mr.BrickAdventures + diff --git a/README.md b/README.md new file mode 100644 index 0000000..878acb6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Przygody Pana Cegły +2d platformer game, art style inspired by NES console. Game is created in C# using Godot Engine. + +Steam page: https://store.steampowered.com/app/3575090/Mr_Brick_Adventures/ + +## About this game + **Mr. Brick Adventures** - classic 2D platformer like many others. You are playing as *Mr. Brick* whose goal is to find his lost children across the world. +#### Features: + - Classic platforming action - precision jumping, collapsing bridges and timed traps await you! +- Brick combat - Pick up and throw bricks to defeat enemies or activate switches and hidden mechanisms! +- Collectibles - gather coins, find hidden areas and upgrade your skills to help you on your journey +- Retro graphics - enjoy NES style pixel art! + +## License +Check LICENSE file for details. + +## Contributing +For now, this project is not open for contributions. If you want to help, please report bugs or suggest improvements on the issue page. \ No newline at end of file