Jump to content
MakeWebGames

Small projects to start with


a_bertrand

Recommended Posts

Here is a couple of small project which should be done for training. If you fail doing them, try something easier or read some documentation. I'm willing also to help you with some concept (in PM or yet better in chat) but will not do them for you!

 

  1. Create a page which ask what's your name, once you submit it will show "Hello " + your name.
  2. Create a page which ask you to guess a number between 0-100 and which will answer you "bigger", "smaller" or correct. For this the script must remember somehow the number randomly picked, so you may start with a first version with a static number.
  3. Create a page which let you show a list of names out of a database. So create a table, fill in some data, and then display it.
  4. Improve the previous project display page with an add, delete and update of the rows.
  5. Create and hangman game.
  6. Create a login / register pages. Login must control the match of 2 passwords, check if this username already exists etc. If the registration fails it must return to the registration, keep the fields filled and display an error message. The login must say "unknown username or password" if either the password or the username are wrong.
  7. Create a mini game with 2 kind of accounts, one admin, the second the player, the admin shall be able to create new "events" which are displayed to the player like "you gained $x gold", where $x will be replaced by a random number, the player will see those messages but will not do much more.

If you need more projects let me know but I believe those shall be enough to train in most of the areas which are required to create a web game. As said, if you fail at those, you will hardly succeed to create a web game, so doing them is a good training.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...