experiment/Readme.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

2023-09-12 23:06:37 +00:00
# Experimental game
2023-09-13 14:36:25 +00:00
- [x] Skybox
- [x] ~~Glitch: Fall does not remove linear damping, only after jump~~
- [x] ~~Glitch: Negative linear damping on jump allows for bunny hopping~~
2023-09-13 16:01:42 +00:00
- [x] Bug: Crouch speed not being applied
2023-09-13 14:45:06 +00:00
2023-09-13 15:56:42 +00:00
- [x] Feature: Add smooth camera movement to camera on crouch. Right now it's too fast and looks arcade af.
2023-09-13 14:45:06 +00:00
- [ ] 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
2023-09-18 01:26:51 +00:00
PVP. ARENA STYLE.
2023-09-13 14:45:06 +00:00
- [ ] Discussion: Realism vs arcade
2023-09-18 01:26:51 +00:00
Arcade deisgn.
2023-09-13 14:45:06 +00:00
- [ ] Discussion: Gameplay loop
2023-09-13 14:45:06 +00:00
- [ ] Discussion: Is this a survival game? A Shooter? A Sandbox? All?
End goal is all. But at first this should be a sandbox where you spawn with a gun.
## Focus:
Making a game that you can leverage when you realize what's possible and what's not.
Movement system, gun handling, shooting, modding, inventory, hitreg, etc...
2023-09-18 01:26:51 +00:00
Build a realistic fps sandbox with arcadey mechanics, and start to document it, get funding, invest in better animations, and add multiplayer.