Giter Club home page Giter Club logo

ncurses-snake-c's Introduction

Ncurses-Snake-C

What is it?

A simple snake game written in C primarily using the Ncurses library and a few standard libraries.

Ncurses is a C library which helps to create a wrapper over terminal capabilities, allowing you to influence how data is presented and create a nice UI / terminal graphics representation

What does the game look like?

Here is an image below showing what the game will look like when played on the terminal:

Alt text

Pre-installation requirements:

C compiler (e.g gnu)

Unix-based OS (Ncurses provides capability for unix based terminals)

Installation:

Clone the repository from Github

caidol@fedora ~ sudo git clone "https://github.com/caidol/Ncurses-Snake-C"

Change directory into repo folder location

caidol@fedora ~ cd Ncurses-Snake-C

Compile the C code, ensuring that the -lncurses linker flag is appended to the usual compilation command

caidol@fedora ~ gcc -o snake snake.c -lncurses # Make sure that you add the linker flag for ncurses

Then you will be able to run the executable and play the game with the wasd keys

caidol@fedora ~ ./snake

ncurses-snake-c's People

Contributors

caidol avatar

Watchers

 avatar

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.