All Projects → pravj → termping

pravj / termping

Licence: other
A prototype of old game Pong. this time, in your terminal.

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

##termping

A game of pingpong. this time, in your terminal.

Read termping's Development Story : termping : + Node.js + Streams + CoffeeScript

NPM version

termping

I am also using this thing for creating the gif.

Installation

$ npm install -g termping

Play

$ termping

Controls

SpaceBar : pause/resume

Contributing

  • Development

    • clone termping repo : git clone [email protected]:pravj/termping.git
    • install dependencies : npm install
    • start hacking in /src
    • build with cake build
    • use game with node ./bin/termping
  • Contributions

    • make sure you follow CoffeeScript style guide.
    • termping follows a pattern in Git commit messages, just respect that 😃
  • termping is still not complete, what you can contribute is :

    • A scoring thing, that counts score and decide winner when one player reach at score limit.
    • A level thing, that divides the game in parts depending on level of difficulty.
    • Feel free to open any issue or Pull requests with a feature you want there.

I am not directly writing any more code to it right now, because I have to get involved with some other necessary things, but I will try to helps anyone interested.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].