Code Monkey home page Code Monkey logo

text-twist's Introduction

Text Twist

As homework, you are going to re-create the game Text Twist. The original (http://zone.msn.com/en/texttwist/, or gameplay video) is an old-school Flash app... we want to bring it into this decade and port to JavaScript. Spend a bit of time playing it to get the feel (warning: addictive). The requirements:

  • two sets of letters
    • get a single set working first
    • the dictionaries can be small - just enough to show that the game works
    • should be trivial to add additional sets
  • which set is used for each game (random vs. strict ordering): coder’s choice
  • letters from set displayed in random order at the start of each game
  • game should be playable with keyboard only (you might use jQuery keypress/keydown)
  • display a player’s progress within a game, either similar to the Yahoo implementation (empty boxes on the left), or in a different creative way
  • a countdown showing the time remaining (time limit up to you)
  • a way to reset the game when it ends
  • use at least one of the Contructor, Factory or Module patterns
  • commented, well-structured code

Bonus points:

  • additional sets of letters
  • automated tests
  • "twist" functionality (reshuffling the letters mid-game)
  • animations (using JavaScript or CSS3)
  • variations or enhancements to the gameplay (please provide a written explanation of the expected behavior)

You are welcome to publish on the web (think of your own name), but please email files/folder/.zip of all necessary files to instructor (alf9 [at] nyu [dot] edu) by the start of the final session. You will also have the option to demo your game to the class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.