PitchHut
Log in / Sign up
prolog-pong
6 views
Rediscover the classic Pong game, now in your Linux terminal.
Pitch

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.

Description

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 the s key to move down.
  • Player 2 Controls: Utilize the k key for moving up and the j 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!