https://github.com/kodiem9/snapling-engine
A scratch inspired game engine made with C++ using the Raylib game library.
https://github.com/kodiem9/snapling-engine
cpp cpp17 engine game-editor game-engine game-engine-2d raylib raylib-cpp
Last synced: about 1 month ago
JSON representation
A scratch inspired game engine made with C++ using the Raylib game library.
- Host: GitHub
- URL: https://github.com/kodiem9/snapling-engine
- Owner: kodiem9
- License: apache-2.0
- Created: 2024-08-19T05:43:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T11:29:07.000Z (7 months ago)
- Last Synced: 2025-04-03T10:37:18.700Z (3 months ago)
- Topics: cpp, cpp17, engine, game-editor, game-engine, game-engine-2d, raylib, raylib-cpp
- Language: C++
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snapling Engine #
A scratch inspired game engine made with C++ using the Raylib game library.# App is damaged. What should I do?
When this happens, open your terminal and type this command which turns of the gatekeeper on your MacOS (don't worry, you can enable it later!)`sudo spctl --master-disable`
Then, write this command and drag the Fetch Engine app to the terminal:
`xattr -cr {PATH_NAME}`
And when you're done you can re-enable the gatekeeper:
`sudo spctl --master-enable`
After that everything should work again!
# It's still not working? #
In the future I'll make a dmg file so it's easier and safer to download which (hopefully) won't make the program break! For now the engine doesn't have much, so you're not missing out... yet :P