Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
/ pacxon Public archive

From early 2019 - PacXon game clone in C

License

Notifications You must be signed in to change notification settings

agcom/pacxon

Repository files navigation

⚠️ Not maintained; but, feel free to fork it. ⚠️

PacXon

A partial PacXon game clone in C, on terminal (you can play the original version here).

This game was my final project for the computer fundamentals and programming university course, originally made in early 2019.

A Screenshot

Simple build & run

Pro-tip: use an IDE to build and run the project.

Ubuntu

Tested on Ubuntu 22.04 LTS.

  • sudo apt install cmake gcc make libncurses-dev.
  • cmake . && make && ./PacXon

Or

  • sudo apt install gcc libncurses-dev
  • gcc main.c -lncurses && ./a.out

Other Operating Systems, including Windows

Figure it out 🙂.

For Windows, you can also check out earlier release v0.1.0 and follow the instructions said there.

About

From early 2019 - PacXon game clone in C

Resources

License

Stars

Watchers

Forks