Making First Person Shooter games

I’ve seen some kind of first person shooter games on M.Arcade and I want to make one to, but I don’t know how. Can you help me with this? I just need to understand how it works.
3d games link: https://arcade.makecode.com/46192-47246-69950-91804

1 Like

Me too.

1 Like

I have made a basic template for a First Person Shooter Game.
A - To shoot your blaster
Hold B - to sprint
Arrow Keys - look around and walk

Here’s the project:

2 Likes

i have an ideas to propose
make the screen resolution bigger for better quality using

namespace userconfig
{
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}
1 Like

WOW my post got approved in 5 secondes (i’m not kidding it literally took 5 seconds)

4 Likes

But, this is the default size? (160x120)

yes but you can change the size by changing the number you can also use math to change the sise

namespace userconfig
{
export const ARCADE_SCREEN_WIDTH = 160 * 2
export const ARCADE_SCREEN_HEIGHT = 120 * 2
}

or

namespace userconfig
{
export const ARCADE_SCREEN_WIDTH = 320
export const ARCADE_SCREEN_HEIGHT = 240
}

oh wow 52 people clicked this ? :sweat_smile:

1 Like

Hey mind if I use this as a base to make a sort of Halo Firefight?

1 Like

Hey welcome to the community!

Of course you can use it, and you don’t need to credit me. However this project is old and I have updated this a while ago. Here’s the link to it:

I hope you find this helpful!

-Octodemon :octopus:

[quote=“Nobrain, post:1, topic:2422”]

is it ok if I use this for something ULTRA im working on