My Simple Maze Game
It's a simple Javascript and CSS game, basic function an design. Nothing really special right yet. I have the whole world made, it's a maze type game right now. There is no certain objective to do yet, as I have not implemented it. Look at the screenshots below
I am merely looking for some help/insight on the whole thing.!
I am still looking into Ajax, so that it would relay the player's position to a server, then other player's could read that data, thus making a multiplayer environment! Or I was also looking at a C++ aspect of doing this, instead of Ajax. This is much more efficient because the data from server goes directly to the client and data from the client goes directly into the server, versus storing it in XML files and waiting for the web browser to check for new data some time later (along with tons of HTML and application overhead in serving the data) or sending it in HTML requests.
Things I want to do:
- Create a multiplayer aspect
- Implement a server-side program that generates floor plan data (creates levels)
- Ability to transmit and receive floor plan data allowing others to host their own levels