Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: TheCoder1998 on February 11, 2014, 05:24:00 am

Title: Maze Game
Post by: TheCoder1998 on February 11, 2014, 05:24:00 am
a friend of mine made this:

http://nsa.edolas.nl/mazegame/

he's still working on it right now
it's going to be a first person shooter

any feedback would be appreciated
Title: Re: Maze Game
Post by: Eiyeron on February 11, 2014, 06:03:01 am
Add a ceiling. I was falling into the void.
Title: Re: Maze Game
Post by: Sorunome on February 11, 2014, 06:12:54 am
Add a ceiling. I was falling into the void.
That

Other than that, it is pretty awesome :D
Title: Re: Maze Game
Post by: Siapran on February 11, 2014, 11:27:48 am
it is indeed quite nice

a few suggestions:
- add an impact resolution collision algorithm so that players can slide on walls rather than just be blocked when a collision happens.
- add arrow key controls for non-querty keyboards.
- add some bobbing to the camera
Title: Re: Maze Game
Post by: DJ Omnimaga on February 11, 2014, 02:51:01 pm
Nice, but yeah I could actually walk over walls :P
Title: Re: Maze Game
Post by: thepenguin77 on February 11, 2014, 04:58:40 pm
For me, whenever I'm moving with wasd (and for about 0.5 seconds afterwards) I cannot use my mouse to change my view. If it makes any difference I'm using a trackpad on a laptop using google chrome.
Title: Re: Maze Game
Post by: pimathbrainiac on February 11, 2014, 05:00:50 pm
Laptops typically have this problem with most FP games (like one Java game I'm working on), I've noticed. I don't know what causes the problem, though. It works for me on my desktop :P
Title: Re: Maze Game
Post by: calcdude84se on February 11, 2014, 05:02:25 pm
For me, whenever I'm moving with wasd (and for about 0.5 seconds afterwards) I cannot use my mouse to change my view. If it makes any difference I'm using a trackpad on a laptop using google chrome.
That's actually likely something your OS is doing--disabling the trackpad while using the keys
C.f. this superuser post: https://superuser.com/questions/504571/use-touchpad-while-typing (https://superuser.com/questions/504571/use-touchpad-while-typing)
Title: Re: Maze Game
Post by: TheCoder1998 on June 04, 2014, 04:01:55 am
hey, check this out: http://quantuminfinity.net/Maze%20dweller/
Title: Re: Maze Game
Post by: Sorunome on June 04, 2014, 09:30:18 am
Looking pretty awesome! :D