In Development: Word Attack (prototype)

I have been working on a prototype for a new Flash game, codenamed “Word Attack”. The finished game will eventually be submitted to Word Play- A Flash Game Contest, that is being hosted by Dictionary.com and Mochi Media. Check out the prototype below…

Note: There is no gameplay mechanic revolving around the blocks turning red after they stop moving, this is just something that the Box2D API does to let the developer know that objects are “sleeping” (not being simulated anymore).

As you can see, the player’s goal is to clear every level by creating words with the letters provided (for the prototype I created nine levels). One thing that is worth pointing out is that the player has the choice of completing a level in whatever fashion the player chooses, as long as the player clears out all the letters in the level by typing in valid words. For example, in level seven the letters falling down consist of “c”, “o”, “m”, “p”, “u”, “t”, “e”, and “r”. So the player can complete the level by either typing in “computer”, or by typing in “mop” and then typing in “cuter”.

I plan to expand more on the gameplay by working with a game designer, since it feels like it needs a bit more “fun” in order for it to not just be Scrabble with physics. This is also the first time I have used the Box2D API to develop a Flash game, and I must say, it’s turning out quite well so far :) .

Feel free to comment on the game, I’m also open to suggestions on gameplay or anything in general related to the game.

This post was written by Edgar Miranda.

Currently a student at San Jose State University residing in the San Francisco Bay Area. When I'm not working on my next Flash game I enjoy reading up on new Flash technologies, browsing the web for interesting stories, learning a new song on the guitar, and occasionally playing some classic DotA on Warcraft 3.

More Posts by Edgar   Visit Edgar's Website

Liked this? Share it!

Subscribe to RSS feed Tweet this! StumbleUpon Reddit Digg This! Bookmark on Delicious Share on Facebook

5 Comments

Join the Conversation

  1. Victor F says:

    dude… that’s awesome.

    found a bug. about 5th or 6th level i typed a 3 letter word and there were 5 letters remaining, hit enter, then typed a yi*** or something. then i hit backspace all the way back but the y stayed highlighted.

  2. Victor F says:

    i think it happens when there’s a repeat letter box in the level. for instance two I’s or two O’s

  3. Edgar says:

    I was aware of the bug, I didn’t want to spend time fixing it since this is just a prototype :P . Though, I wasn’t sure what caused it.

    Hmm… I still can’t seem to re-create the bug via your explanation, let me know if you can constantly reproduce the bug, it would greatly help me fix it :) .

    Thanks for the feedback!

  4. Victor F says:

    i can reproduce it constantly by typing any amount of letters then typing an illegal character such as a number or special symbol.

    dude, good luck, i hope you win.

  5. Oh wow, thanks a lot! I’m sure this will help me fix the bug :) .

Leave a Reply