Code Monkey home page Code Monkey logo

zyper's Introduction

zyper

A little typing game written in plain C.

How to compile the source code:

  1. Navigate to the directory containing the zyper.c file.
  2. Run "make". It should be creating the binary zyper.
  3. Run "./zyper" to use the default wordbook or "./zyper [wordbook file]" to use an custom wordbook.
  4. Have fun and find out how many word's you can type in one minute.

How to make an wordbook:

  1. Create a new file.
  2. Fill it with words (each line contains 1 word).
  3. Save and use it. Have fun.

zyper's People

Contributors

marc-q avatar

Watchers

 avatar

zyper's Issues

The default wordbook has the wrong name.

The game currently exit with an error because the wordbook has the wrong filename.
A) It should be testwrds.txt instead of tstwrds.txt.
B) The code must check if thats the case and close with cleaning + warn the user about it.

Misspelled word.

The instructions message in zyper.c has an misspelled word.
It should be got instead of go.

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.