Experience a nostalgic twist with Prolog Pong, a unique 2-player rendition of the classic game, right in your Linux terminal. Embrace the challenge as you navigate the unconventional pairing of Prolog and gaming, using your keyboard's w/s and k/j keys for dynamic gameplay. Test your skills and enjoy a fun throwback to simpler gaming times.
Prolog Pong is an exciting implementation of the classic Pong game, designed specifically for the Linux terminal using Prolog. This engaging two-player game brings nostalgia back as you battle it out in a simple yet entertaining command-line interface.
Overview
Built as a light-hearted experiment, Prolog Pong demonstrates the capabilities of Prolog in a gaming context, a language not typically associated with game development. Challenge yourself and a friend to see who can score the most points!
Gameplay
- Player 1 Controls: Use the
w
key to move up and thes
key to move down. - Player 2 Controls: Utilize the
k
key for moving up and thej
key for moving down (think of VIM arrow navigation).
Getting Started
To dive into the game, simply run the following command within SWI-Prolog:
swipl ./pong.pl
Join in on the fun and experience the unique challenge of playing Pong through the power of Prolog!