An open source IBM AlleyCat 1984 implementation.
This project is an open source implementation of the classic IBM AlleyCat game from 1984. The primary language used in this project is C, with some portions written in C++.
To build and run this project, you will need:
- CMake 3.10 or higher
- A C/C++ compiler (GCC, Clang, or MSVC)
Clone the repository to your local machine using:
git clone https://github.com/bspippi1337/alleycat.git
cd alleycat
-
Create a build directory:
mkdir build cd build
-
Run CMake to configure the project:
cmake ..
-
Build the project:
cmake --build .
After building the project, you can run the executable generated in the build directory:
./alleycat
We welcome contributions! Please read our Contribution Guidelines to get started.
If you encounter any issues or have feature requests, please check our Issues page.
For any questions or guidance, you can reach out to the contributors and maintainers listed here.
This project is licensed under the MIT License - see the LICENSE file for details.