Go to file
Franklin 69092e471a Fixed crouch speed bug 2023-09-13 12:01:42 -04:00
assets Fixed bugs with movement system 2023-09-13 10:36:25 -04:00
src Fixed crouch speed bug 2023-09-13 12:01:42 -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 Fixed crouch speed bug 2023-09-13 12:01:42 -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

  • Bug: Crouch speed not being applied

  • 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?