No description
  • C 91.3%
  • CMake 5.7%
  • Shell 3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Gary Moore bb0f905d7d
general code formatting changes
Just moving things around a bit, changing my mind about style and
alignment when writing C. Learning as I go!
2026-02-09 22:22:26 +00:00
src general code formatting changes 2026-02-09 22:22:26 +00:00
.gitignore implement something really basic 2026-02-04 01:32:58 +00:00
build_portable.sh implement something really basic 2026-02-04 01:32:58 +00:00
CMakeLists.txt implement some sort of gameplay 2026-02-04 01:33:02 +00:00
deploy_portable.sh implement something really basic 2026-02-04 01:32:58 +00:00
go.sh initial commit 2026-02-02 10:18:15 +00:00
LICENSE initial commit 2026-02-02 10:18:15 +00:00
README.md initial commit 2026-02-02 10:18:15 +00:00

Game Playground Raylib

Just a small scratch pad I'm using to learn C programming with a little bit of game development and raylib. Really enjoying things so far, also learning a little bit about mathy stuff like vector math.

I think this should be portable between macOS and Linux, not really sure though.