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 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! But I've also heard that C++ networking would be better, but I know nothing about that language!
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