Live data from Hacker News

Show HN: RIFT – A procedurally generated FPS game in the browser

team-duck.com

11–19 of 19 posts

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#11
post #8

Earlier quoted context omitted.

It's more of a proof of concept than a game yet. Adding gameplay goes hand in hand with adding plot, and without enough of a framework or scaffolding to fit the whole game together I haven't started on that. Plus, all of the monsters / enemies I tried to make in code looked really horrible. The other demos, like flying through space, can be more fun but they lack gameplay, too. There's just not that many reasons to m…

It's neat. Is this all HTML5 and JavaScript then?

Yep, it's all JavaScript.

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#13
post #7

This is an example of a first-person shooter game written in JavaScript using WebGL. All of the (limited) art assets are generated procedurally. The game uses the team duck game engine (tedge.js) which handles things like loading shaders, buffering object meshes, and calculating collision using octrees. The input controls are slightly confusing, because it is not possible to capture the mouse in the browser without u…

You might want to check out https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Loc...

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#14
post #6

Blocked at work for some reason.

The URL that you are attempting to access is a potential security risk. Trend Micro OfficeScan has blocked this URL in keeping with the network security policy. URL: http://team-duck.com/rift/index.html Risk Level: Dangerous Details: Verified fraud page or threat source

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#15
post #14
post #6

Blocked at work for some reason.

The URL that you are attempting to access is a potential security risk. Trend Micro OfficeScan has blocked this URL in keeping with the network security policy. URL: http://team-duck.com/rift/index.html Risk Level: Dangerous Details: Verified fraud page or threat source

I'm not sure why that would be.

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#18
post #13
post #7

This is an example of a first-person shooter game written in JavaScript using WebGL. All of the (limited) art assets are generated procedurally. The game uses the team duck game engine (tedge.js) which handles things like loading shaders, buffering object meshes, and calculating collision using octrees. The input controls are slightly confusing, because it is not possible to capture the mouse in the browser without u…

You might want to check out https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Loc...

It's worth taking a look. When I wrote this it was before this standard was implemented.

Re: Show HN: RIFT – A procedurally generated FPS game in the browser

#19
post #14
post #6

Blocked at work for some reason.

The URL that you are attempting to access is a potential security risk. Trend Micro OfficeScan has blocked this URL in keeping with the network security policy. URL: http://team-duck.com/rift/index.html Risk Level: Dangerous Details: Verified fraud page or threat source

I get the same sort of thing with ESET.

"The web page is on the list of websites with potentially dangerous content."

Post reply on HN