All Projects → Entalpi → PongC

Entalpi / PongC

Licence: MIT license
Classic game of Pong in the terminal made in C.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to PongC

tic-tac-toe
Play tic-tac-toe in your Terminal
Stars: ✭ 42 (+133.33%)
Mutual labels:  ncurses, terminal-game
csol
A small collection of solitaire/patience games (Klondike, FreeCell, Spider, Yukon, etc.) to play in the terminal
Stars: ✭ 25 (+38.89%)
Mutual labels:  ncurses, terminal-game
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+88.89%)
Mutual labels:  terminal-game
termosaur
Dinosaur game for terminal.
Stars: ✭ 24 (+33.33%)
Mutual labels:  terminal-game
queens-cpm
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
Stars: ✭ 24 (+33.33%)
Mutual labels:  terminal-game
ncurses.cr
NCurses bindings for Crystal
Stars: ✭ 32 (+77.78%)
Mutual labels:  ncurses
open-spelling-bee
🐝 Terminal-based python clone of New York Times' puzzle game "Spelling Bee"
Stars: ✭ 38 (+111.11%)
Mutual labels:  terminal-game
todo list rust
Simple Ncurses Todo List ☑
Stars: ✭ 19 (+5.56%)
Mutual labels:  ncurses
AsciiBird
ASCII version of the addictive Flappy Bird game.
Stars: ✭ 34 (+88.89%)
Mutual labels:  ncurses
pongloader
🏓 Pong in 512 bytes. (boot sector)
Stars: ✭ 86 (+377.78%)
Mutual labels:  pong
mazeGenerator
Recursive Backtracker Maze Generation Algorithm with C++ using ncurses
Stars: ✭ 24 (+33.33%)
Mutual labels:  ncurses
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+194.44%)
Mutual labels:  terminal-game
bookwyrm
ncurses utility for downloading publicly available ebooks, plugin support
Stars: ✭ 31 (+72.22%)
Mutual labels:  ncurses
AsciiAsciiRevolution
A Game for the OSGCC4
Stars: ✭ 21 (+16.67%)
Mutual labels:  ncurses
ncursesPac
ncurses pacman written in C++
Stars: ✭ 23 (+27.78%)
Mutual labels:  ncurses
ncurses guide
NCurses Examples from the book "Programmer's Guide to NCurses" with improvements and fixes
Stars: ✭ 43 (+138.89%)
Mutual labels:  ncurses
readline-and-ncurses
Example demonstrating combining of readline and ncurses
Stars: ✭ 50 (+177.78%)
Mutual labels:  ncurses
RetroLove
A collection of simple games built with the LOVE game framework.
Stars: ✭ 13 (-27.78%)
Mutual labels:  pong
2048-in-terminal
Animated console version of the 2048 game
Stars: ✭ 128 (+611.11%)
Mutual labels:  ncurses
MiniGBS
Small .gbs chiptune player for Linux
Stars: ✭ 15 (-16.67%)
Mutual labels:  ncurses

PongC

Classic game of Pong in the terminal made in C.

How to build

Simply run:

make

How to run

On UNIX-like operating systems use;

./pong

It can also be placed within your $PATH and run with simply pong from any folder.

Have not tried this on Windows, yet.

License

The MIT License (MIT) Copyright (c) 2015 Alexander Lingtorp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].