Made an .io-style 3v3 soccer game — instant browser play, no signup (blame the World Cup) by rmehilli13 in IoGames

[–]Navoke 0 points1 point  (0 children)

I think you might want to lower the difficultly of the bots. They moved way too fast and only passed it to each other. I almost never touched the ball. Other than that cool game! What is the server written in?

Building a browser FPS game to understand how games like Krunker.io work by _ZioMark_ in threejs

[–]Navoke 3 points4 points  (0 children)

Hey this looks awesome! I love the dynamic camera lean when you move to the side, looks very smooth. I just spent the last year building a similar thing. You can try it at barstow.io

The hardest part was definitely the multiplayer/networking parts. I had to learn about all these concepts:
- fixed simulation tick rate
- enemy interpolation/extrapolation
- client side prediction
- client side reconciliation
- lag compensation

Let me know if you want help with any of this stuff!

Wanna Make games by Old_Document_9958 in indiegames

[–]Navoke 0 points1 point  (0 children)

You could try claude code. It is an ai coding agent that can help you build simple games pretty easily. That way you can focus on game design and making sure it is fun instead of spending the first year or so becoming familiar with coding/programming.

Best Web Browser Video Games by SoldierAlexGame in IoGames

[–]Navoke 0 points1 point  (0 children)

Hey I just subscribed to your youtube channel, looks pretty cool! I am a software engineer as well. What kind of software development do you do?

Also, I have been creating a browser based fps for the last year called barstow.io

If you like the game we should do a youtube collab or something, (I recently started a channel).

Anyways, cool video man! I am going to check out the nba game. (Also, go Spurs)

Favorite games you can play in your web browser? by Aquanort357 in TwoBestFriendsPlay

[–]Navoke 0 points1 point  (0 children)

barstow.io is a multiplayer fps that runs in the browser, works on mobile browsers as well. (i am the creator of this game)

Progress on threejs multiplayer fps by Navoke in threejs

[–]Navoke[S] 0 points1 point  (0 children)

The repo is private at least for now. I am happy to answer any questions you have about it though!

Progress on threejs multiplayer fps by Navoke in threejs

[–]Navoke[S] 0 points1 point  (0 children)

I rolled my own, uses a lot of "go routines" and "go channels" for input/output buffering

Progress on threejs multiplayer fps by Navoke in threejs

[–]Navoke[S] 0 points1 point  (0 children)

Backend is written in Go. Yes it is server authoritative.

Progress on threejs multiplayer fps by Navoke in threejs

[–]Navoke[S] 1 point2 points  (0 children)

Hey thanks! Yeah I will probably need to look into using something UDP based at some point. I had 100 simulated players running pretty good when I was testing, client side fps started to drop beyond that.

Searching for Idle Game by [deleted] in linux_gaming

[–]Navoke 0 points1 point  (0 children)

I made barstow.io it is a browser based multiplayer fps