This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/README.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2020-09-17 23:35:01 +02:00
# Liblast
2020-09-29 10:38:10 +02:00
Libre Multiplayer FPS Game build with Godot 3 game engine.
2020-09-30 13:54:24 +02:00
## Controls
Standard FPS stuff:
- W,A,S,D to move
- Mouse to look around
- Left mouse button to shoot
- Space to jump
- R to reload
2021-02-28 03:46:08 +01:00
Less standard:
2021-02-28 15:34:22 +01:00
- Shift to use jetpack (you have 1 second of jetpack, and it recharges for 5 seconds - ther's not HUD fro this and it's broken, also balance changes will most likely ensue, you can use it to get to that high platform on the DM1 level)
2021-02-28 03:46:08 +01:00
2020-09-30 13:54:24 +02:00
## Features in 0.1 pre-alpha release
The game currently has:
2021-02-28 15:34:22 +01:00
- ~~a public online server at unfa.xyz (accessible via Quick Connect)~~ only deployed on demand for now
2020-09-30 13:54:24 +02:00
- simple but exciting gameplay
- one weapon (a handgun)
- a very basic HUD with health and ammo indication
2021-02-28 15:34:22 +01:00
- a single test level designed for 2-4 pleayer deathmatch
2020-09-30 13:54:24 +02:00
- particle effects
2021-02-28 15:34:22 +01:00
- mouth-made sound effects for various things
2020-09-30 13:54:24 +02:00
- bullet fly-by sound effects!
- gun animation, bouncing shell casings and smoke effects
2021-02-28 15:34:22 +01:00
- ~~a random rigidbody cube that's not working correctly
2020-09-30 13:54:24 +02:00
Video of a version of the game not long before 0.1 release:
2021-02-28 15:34:22 +01:00
https://youtu.be/g3KvNeu4X54 (quite outdated as of 2021-02)