Go to file
Franklin f29eb34bcf Enlarged ground and spaced obstacles from each other 2023-09-13 10:53:43 -04:00
assets Fixed bugs with movement system 2023-09-13 10:36:25 -04:00
src Enlarged ground and spaced obstacles from each other 2023-09-13 10:53:43 -04:00
.gitignore Initial commit 2023-09-12 00:47:37 -04:00
Cargo.lock Initial commit 2023-09-12 00:47:37 -04:00
Cargo.toml Initial commit 2023-09-12 00:47:37 -04:00
Readme.md Enlarged ground and spaced obstacles from each other 2023-09-13 10:53:43 -04:00
rust-toolchain.toml Initial commit 2023-09-12 00:47:37 -04:00

Readme.md

Experimental game

  • Skybox

  • Glitch: Fall does not remove linear damping, only after jump

  • Glitch: Negative linear damping on jump allows for bunny hopping

  • Feature: Add smooth camera movement to camera on crouch. Right now it's too fast and looks arcade af.

  • Feature: Add jump effect to camera

  • Feature: Add Stamina (with bar?)

  • Feature: Subtle Headbob, FOV change on movement (Distinguish between sprinting and walking).

  • Feature: Basic ESC UI, FPS counter, stamina bar

  • Discussion: PvP vs PvE

  • Discussion: Realism vs arcade

  • Discussion: Gameplay loop

  • Discussion: Is this a survival game? A Shooter? A Sandbox? All?