Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 864 Bytes

Common Lisp Pong Game

A simple pong game, made for Lisp Game Jam 2019.

Binaries available at releases page and at my itch.io page.

Requirements

Should be the same requirements as trivial-gamekit library:

  • OpenGL 2.1 or 3.3+
  • 64-bit (x86_64) Windows, GNU/Linux or macOS
  • x86_64 SBCL or CCL

Install and run!

Git clone into Quicklisp "local-projects" directory:

git clone https://github.com/eliasfeijo/cl-pong-game.git $HOME/quicklisp/local-projects/cl-pong-game

Run

(ql:quickload :pong)
(in-package :com.eliasfeijo.pong)
(play-game)

Controls

Player 1: W and S keys to move. Space to shoot.

Player 2: Up and Down arrow keys to move. Enter to shoot.