No description
  • C 96.5%
  • C++ 3.3%
  • Makefile 0.2%
Find a file
2026-03-14 20:37:34 +05:00
assets Ghosts 2026-03-14 20:37:34 +05:00
src Ghosts 2026-03-14 20:37:34 +05:00
.gitignore Initial commit 2026-03-10 09:02:44 +05:00
compiler_flags.txt Grid base 2026-03-11 18:48:29 +05:00
LICENSE Public information 2026-03-14 15:35:22 +05:00
makefile score, points, collisions and unstable map 2026-03-14 09:10:54 +05:00
README.md Public information 2026-03-14 15:35:22 +05:00

Pacman on raylib

This is my educational project. Here are my accomplished tasks:

  • Learned how compilers work
  • Learned how to link dynamic libraries
  • Learned how to use make
  • Brushed up on my c++ knowledge (There's still too much to learn)

And here are tasks that I yet have to accomplish:

  • Link raylib statically
  • Make windows builds
  • Finish the project