Bing
07-09-10, 01:05 PM
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!
http://img835.imageshack.us/img835/5189/screen2tp.th.png (http://img835.imageshack.us/i/screen2tp.png/)
http://img819.imageshack.us/img819/466/screen1b.th.png (http://img819.imageshack.us/i/screen1b.png/)
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!
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
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!
http://img835.imageshack.us/img835/5189/screen2tp.th.png (http://img835.imageshack.us/i/screen2tp.png/)
http://img819.imageshack.us/img819/466/screen1b.th.png (http://img819.imageshack.us/i/screen1b.png/)
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!
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