A downloadable Wolf3D-like FPS Game for Windows

Survive as long as you can in this Wolf3D-like FPS game made in GDevelop! Deploy traps, buy weapons and ammo, and take as many enemies as you can before you die.

This game is not yet finished. There will be a lot of stuff to consider adding as well as bugs to be fixed, so be sure to come back for more updates!

Instructions:

WASD: Movement.

LSHIFT + W: Sprint.

LMB: Shoot.

E: Interact

R: Reload your gun instantly (for the time being).

G: Deploy an IMPALER.

1/2/3: Switch weapons.

H: Restore your health using a Medkit.

WASD + Space: Dash.

StatusIn development
PlatformsWindows
Release date Feb 09, 2023
AuthorZjorgenstein
GenreShooter
Made withGDevelop, Piskel
TagsFirst-Person, gdevelop

Download

Download
1.0.7 87 MB

Install instructions

For PC:

1. Download the game.

2. Use 7-Zip or WinRAR to open the zip file.

3. Extract the contents to your destination folder.

4. Run the executable, and you're good to go!

Development log

Comments

Log in with itch.io to leave a comment.

Hello Can you Teach Me or Make an Open Source on How to Make Weapon Swaping? I am New to GDevelop and Not That Great With The Info I get I look Everywhere I Cant Find Help But Overall a Nice Game

The weapon swap is pretty simple. Just try doing this:

Condition:

Num1 key is pressed

Or

Num2 key is pressed

Action:

Set scene variable *Weapon* = 1

Or

Set scene variable *Weapon* = 2

And then...

For your first weapon:

Condition:

Scene variable of *Weapon* = 1

Action:

Hide Gun2

Show Gun1

For the second weapon:

Condition:

Scene Variable of *Weapon* = 2

Action:

Hide Gun1

Show Gun2

ill try ill reply if it worked or not

it works but i just dont know how to change to type to shotgun to smg yknow change the fire rate?

I'm sorry, but you're gonna have to do that on your own.

alright i guess trying to learn on my own is fun