Skip to content

A simple Pong game made for Lisp Game Jam 2019, using trivial-gamekit library

Notifications You must be signed in to change notification settings

eliasfeijo/cl-pong-game

Repository files navigation

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.

About

A simple Pong game made for Lisp Game Jam 2019, using trivial-gamekit library

Resources

Stars

Watchers

Forks

Packages

No packages published