You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SDL2 Game Project
1
+
# Meowstro - SDL2 Game Project
2
2
3
3
## Overview
4
4
This is a game project using SDL2 and its related libraries. The project is configured using CMake and follows a structured build process to make it easy for developers to set up and contribute.
@@ -9,9 +9,8 @@ This is a game project using SDL2 and its related libraries. The project is conf
9
9
10
10
## Prerequisites
11
11
Before setting up the project, ensure you have the following installed:
12
-
-**CMake** (minimum version 3.10)
13
12
-**Visual Studio 2022** (or any C++ compiler supporting C++17)
14
-
-**SDL2** (along with SDL2_image, SDL2_mixer, and SDL2_ttf)
13
+
-**[CMake](https://cmake.org/download/)** (minimum version 3.10 | I recommend not getting )
15
14
16
15
## Setup Instructions
17
16
@@ -116,7 +115,7 @@ cmake --build .
116
115
```
117
116
118
117
## Contribution Guidelines
119
-
-**DO NOT** commit `config.json` or `CMakePresets.json`. These files contain personal paths and should remain local.
118
+
-**DON'T** commit `config.json` or `CMakePresets.json`. These files contain personal paths should be local.
120
119
- If modifying build configuration, ensure compatibility with Windows.
121
120
- Follow C++ best practices and maintain code clarity.
0 commit comments