Compare commits

..

21 Commits

Author SHA1 Message Date
3af24e812f Added music and jumpscares 2025-09-13 21:17:56 -05:00
27b2ee70d1 acorn is now collectable 2025-09-13 20:16:40 -05:00
8caf00c004 fixed the acorn color 2025-09-13 19:29:36 -05:00
d0eb63ba03 My first Blender model- Acorn 2025-09-13 19:16:33 -05:00
28f5bde1bc Added peripheral boundaries with stone walls 2025-09-13 15:35:31 -05:00
56fa075716 collision mechanics 2025-09-13 14:13:27 -05:00
8417f8855a Added moving fence. 2025-09-13 11:43:03 -05:00
899cf9db8b Adding resources and tweaks 2025-09-13 10:24:08 -05:00
123c374ab4 Tree transparency fix 2025-09-01 15:49:07 -05:00
4a4d198617 Added zombie for testing 2025-08-31 22:55:58 -05:00
d7363921ad Basic flashlight 2025-08-31 22:08:18 -05:00
a1fede92f3 Cleaning up code. 2025-08-31 19:02:18 -05:00
b580a34999 Variable fog of war 2025-08-31 18:00:03 -05:00
bef5ff8916 Merge pull request 'Skybox Implementation' (#1) from feature/skybox into main
Reviewed-on: #1
2025-08-31 21:44:18 +00:00
c04809ff6b Skybox Implementation 2025-08-31 16:36:01 -05:00
ed403627ea Resolving mismatch 2025-08-31 15:22:25 -05:00
db23983847 Seed based rng tree generation.
Removed Chasing PNG
2025-08-31 15:03:06 -05:00
79bfdba0f7 Chatgpt shader implementation for png transparency. 2025-08-30 15:48:20 -05:00
48788a7296 Changing file structure for assets. 2025-08-30 09:54:07 -05:00
897b33a57a Add project files 2025-08-30 09:44:03 -05:00
b2369d5171 Add .gitignore to ignore build artifacts 2025-08-30 09:43:43 -05:00
324 changed files with 34977 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Build artifacts
a.out
*.o
build/

View File

@@ -0,0 +1,2 @@
My first game project.
Made using Raylib.

1
build.sh Executable file
View File

@@ -0,0 +1 @@
cc main.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11

1134
main.c Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Some files were not shown because too many files have changed in this diff Show More