Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josh012006/rpg-game
My first real game🎮 wrote in SFML. It's a RPG game that I'm still developing.
https://github.com/josh012006/rpg-game
cpp sfml sfml-game
Last synced: about 1 month ago
JSON representation
My first real game🎮 wrote in SFML. It's a RPG game that I'm still developing.
- Host: GitHub
- URL: https://github.com/josh012006/rpg-game
- Owner: Josh012006
- Created: 2024-04-28T15:15:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T02:03:42.000Z (about 1 month ago)
- Last Synced: 2024-11-26T02:27:33.599Z (about 1 month ago)
- Topics: cpp, sfml, sfml-game
- Language: C++
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi there
This is my first serious game project in SFML. It's a simple RPG game.
It is written solely in C++.## It is not finished yet
I'm currently working on it and it's a great experience for me.## Give it a try
You can see what I've already done by clicking on main.exe after the download and after you've unzipped the file. Have fun!!
To compile the code, you can run **mingw32-make -f MakeFile** in the Terminal. If it works without any error, you can then
run **./main** in the Terminal to open the game.