All Projects → j-sokol → ncursesPac

j-sokol / ncursesPac

Licence: MIT license
ncurses pacman written in C++

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to ncursesPac

Antipacman
HTML5 Pac-Man game with gesture recognition
Stars: ✭ 81 (+252.17%)
Mutual labels:  game-2d, pacman
readline-and-ncurses
Example demonstrating combining of readline and ncurses
Stars: ✭ 50 (+117.39%)
Mutual labels:  ncurses
Gf
A C++14 framework for 2D games
Stars: ✭ 154 (+569.57%)
Mutual labels:  game-2d
Frag
A cross-platform 2D|3D game framework for the Nim programming language
Stars: ✭ 210 (+813.04%)
Mutual labels:  game-2d
Ebitenui
User interface engine and widget library for Ebiten
Stars: ✭ 159 (+591.3%)
Mutual labels:  game-2d
dnapacman
waka waka
Stars: ✭ 15 (-34.78%)
Mutual labels:  pacman
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+530.43%)
Mutual labels:  game-2d
HitboxBuilder-2D
Building hitboxes has never been easier
Stars: ✭ 21 (-8.7%)
Mutual labels:  game-2d
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+165.22%)
Mutual labels:  game-2d
Snake Game
Terminal-based Snake game
Stars: ✭ 183 (+695.65%)
Mutual labels:  game-2d
Html5 Canvas Game Boilerplate
Provides a set of default code that makes getting up and running with an HTML5 canvas game very easy.
Stars: ✭ 182 (+691.3%)
Mutual labels:  game-2d
React Native Donkey Kong
Donkey Kong remake using react-native-game-engine 🙉
Stars: ✭ 174 (+656.52%)
Mutual labels:  game-2d
NCURSES-Programming-HOWTO-examples
CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Stars: ✭ 114 (+395.65%)
Mutual labels:  ncurses
C4
🔴🔵 Connect Four game in JS + Canvas
Stars: ✭ 156 (+578.26%)
Mutual labels:  game-2d
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+426.09%)
Mutual labels:  game-2d
React Native Game Engine
A lightweight Game Engine for React Native 🕹⚡🎮
Stars: ✭ 2,114 (+9091.3%)
Mutual labels:  game-2d
Civone
An open source implementation of Sid Meier's Civilization.
Stars: ✭ 176 (+665.22%)
Mutual labels:  game-2d
ArchI0
ArchI0 : Arch-Based Distros Applications Automatic Installation Script
Stars: ✭ 26 (+13.04%)
Mutual labels:  pacman
pacNEM
pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
Stars: ✭ 20 (-13.04%)
Mutual labels:  pacman
Koru
A 2D multiplayer sandbox game.
Stars: ✭ 78 (+239.13%)
Mutual labels:  game-2d

ncursesPac

ncurses pacman written in C++ for *NIX systems.

Screenshots

menu menu

Usage

Briefly, the following shell command should configure and build this package on the default directories:

$ make compile

Then if you want to play it, do:

$ make run

Dependencies

Game only depends on ncurses library; it's used to show graphical things on the terminal window.

In Arch linux it comes by default, in Debian-based distros (Ubuntu) you have to install it with command apt-get install libncurses5-dev.

On macOS it is brew install ncurses.

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