Skip to content

An open source IBM AlleyCat 1984 implementation

License

Notifications You must be signed in to change notification settings

bspippi1337/alleycat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlleyCat

An open source IBM AlleyCat 1984 implementation.

Description

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

Prerequisites

To build and run this project, you will need:

  • CMake 3.10 or higher
  • A C/C++ compiler (GCC, Clang, or MSVC)

Installation

Clone the Repository

Clone the repository to your local machine using:

git clone https://github.com/bspippi1337/alleycat.git
cd alleycat

Build with CMake

  1. Create a build directory:

    mkdir build
    cd build
  2. Run CMake to configure the project:

    cmake ..
  3. Build the project:

    cmake --build .

Running the Application

After building the project, you can run the executable generated in the build directory:

./alleycat

Contribution Guidelines

We welcome contributions! Please read our Contribution Guidelines to get started.

Issues and Feature Requests

If you encounter any issues or have feature requests, please check our Issues page.

Contributors and Maintainers

For any questions or guidance, you can reach out to the contributors and maintainers listed here.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An open source IBM AlleyCat 1984 implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • CMake 0.3%