This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Arcade Release 🕹️
Welcome to the latest release of Arcade!
What's in the Box? 📦
In this release, you'll find everything you need to get started:
- arcade: The heart of the show, our main binary ready to whisk you away into the world of games.
- Dynamic Libraries: Dive into various arcade realms with ease.
arcade_sfml.so
arcade_ncurses.so
arcade_sdl2.so
arcade_snake.so
arcade_menu.so
arcade_pacman.so
Designed to be straightforward and user-friendly, Arcade has been compiled for Linux, ensuring compatibility and a smooth gaming experience.
Prerequisites 🛠️
Before you embark on this nostalgic journey, make sure your system is ready. Arcade leans on the following libraries to deliver its magic:
- ncurses
- SDL2
- SFML
Ensure these are installed and properly configured on your machine. If you're unsure how to proceed, fear not! Your favorite package manager and a quick internet search should have you set up in no time.
Installation 🚀
Getting Arcade up and running is as simple as:
- Download the latest release from this repository.
- Extract the contents to your desired location.
- Run
./arcade path/to/the/dynamic/graphic/library.so
from your terminal and dive in!