Skip to content

ashvinbhat/PacMan-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PACMAN

Requirements

  • C compiler
  • ncurses library

Running PACMAN

  1. Linux/Mac OS

    • To run the file on a UNIX based system, type the following commands in the terminal:
  clang pacman.c -lncurses
  ./a.out
  1. Windows

    • To run the file on a Windows system, type the following commands (use correct path) in CMD:
    • Note: Include /mingw64/include/ncurses and /mingw64/bin directories while compiling.
  gcc /mingw64/include/ncurses pacman.c -lncurses /mingw64/bin -static
  a.exe

Screenshots

pacman

About

PacMan using C programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages