
Perek
A downloadable game for Windows
Download NowName your own price
Perek is a retro endless FPS. Blast enemies into gibs, survive as long as you can.
Features:
- Endless Waves : Survive as long as you can!
- 6 Weapons: Shotgun, Nailgun, Grenade Launcher, Sniper Rifle, Lightning Gun, and Destroyer
- 5 Enemies with different attack patterns (Shotgunner, Constable, Berserker, Wolf, and Resurrector)
- Cash Game mode: Kill/Gib enemies, earn money. Buy weapons, ammo, and powerups
Controls:
- WASD to move, SPACE to jump
- Left Mouse Click to Shoot
- Number Keys to Change Weapons
- Mouse Wheel to Cycle Weapons
Have Fun!
Published | 3 days ago |
Status | In development |
Platforms | Windows |
Author | Shondha Games |
Genre | Action |
Tags | Endless, First-Person, FPS, Retro |
Download
Download NowName your own price
Click download now to get access to the following files:
perek.zip 113 MB
Comments
Log in with itch.io to leave a comment.
Pretty solid, almost made it to round 40 on my first run.
I noticed some pretty heavy mouse input delay though, so I opened the game files with GDRE and found this in player.gd at line 180.
"camera.rotation.x = lerp_angle(camera.rotation.x, rotation_target.x, delta * 25)
rotation.y = lerp_angle(rotation.y, rotation_target.y, delta * 25)"
This is causing input delay, you should remove these lines and just set the player's rotation in the _input function
"rotation_target.y -= event.relative.x / mouse_sensitivity
rotation_target.x -= event.relative.y / mouse_sensitivity
rotation.y = rotation_target.y
camera.rotation.x = rotation_target.x"
(You could also just get rid of the "rotation_target" variable, unless you're relying on it elsewhere)
wow! I die before 25 waves haha
Thank you so much so your suggestion. I will fix this soon.
This is pretty fun. I only played it for a few minutes so far but I love it.
Gamepad support would be nice for when I can't find my mouse. Of course, WASD / mouse is the best control for first person shooters anyway.
Thank you so much! It means a lot to me.
sick game11 an ability to remap controlls would be cool
Thanks a lot!
I may add remapping in the future.