Skip to content

KejunLi/Pakutaberu-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pakutaberu Game

Just for fun

Requirements

  • ncurses.h
  • cstdlib and unistd.h (part of the standard C and POSIX headers and should be available in your development environment.)

Installation

Ubuntu/Debian-based distributions

  1. Update your package list:
    sudo apt update
  2. Install libncurses-dev for the ncurses library and headers:
    sudo apt install libncurses-dev

CentOS/Fedora/Red Hat-based distributions

  1. Install ncurses-devel for the ncurses library and headers:
    sudo dnf install ncurses-devel

macOS

  1. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install ncurses using Homebrew:

    brew install ncurses
  3. Compiling the Program

    make

Clean Everything

  • This will clean object files and executable
    make clean

About

Just for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published