Go to file
Franklin fccc659492 Added goals 2023-09-13 10:45:06 -04:00
assets Fixed bugs with movement system 2023-09-13 10:36:25 -04:00
src Fixed bugs with movement system 2023-09-13 10:36:25 -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 Added goals 2023-09-13 10:45:06 -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 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?