An open API service indexing awesome lists of open source software.

https://github.com/shresht7/pong

Pong game implemented in C, rendered directly in the terminal
https://github.com/shresht7/pong

Last synced: 9 months ago
JSON representation

Pong game implemented in C, rendered directly in the terminal

Awesome Lists containing this project

README

          

# Pong

Pong game implemented in C, rendered directly in the terminal.

![Game](./screenshot.png)

## Prerequisites

To build and run this project, you will need:

- A C compiler (e.g., GCC, MinGW for Windows)
- CMake (version 3.10 or higher)

## Building the Project

Follow these steps to build the project:

1. Navigate to the project root directory in your terminal:

2. Create a `build` directory and generate the build files using CMake. This command will also compile the project:

```bash
mkdir build
cd build
cmake ..
cmake --build .
```

## License

This project is licensed under the [MIT License](./LICENSE)