Simple Multiplayer Flash Game

I’m looking for a moderately simple flash multiplayer game (That’s relative, of course). For all database connections, just put in a random value, I’ll change it later. Code must be legible.

The budget is N/A, please specify your own. I’m not exactly filthy rich, and this is a hobby type thing.

1.) User is shown a login screen, which checks against a database called ‘users’. If it’s valid, they are shown the next screen, if not, they are asked to try again.

2.) User is put into the game. We will create all the textures, just represent users with red spheres or something. The user’s username will hover above their head, moving as they move. As the game IS multiplayer, the users will be able to see other users dynamically as they move around. Moving is done with the arrow keys.

3.) A text box is located at the bottom of the screen. When the user types something in it and clicks the Chat button to the right of the text box, the typed string appears in a chatbox directly above the chat input in the form, Username: Chat String.

4.) Multiple map support. Create two maps, with a portal between them. When the user’s character steps on the portal object, they are transported to another room. The chat is room-specific, it’s not a global chat.

Leave a Reply

Your email address will not be published. Required fields are marked *