Skip to content
/ pong Public
forked from games50/pong

Atari's 1972 classic —Pong, implemented in Lua with LÖVE

Notifications You must be signed in to change notification settings

xmarcos/pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Atari's 1972 classic, implemented in Lua with LÖVE.

Assignment 0: "Pong, The AI Update"

Code for Assignment 0 of CS50's Introduction to Game Development.

The game now supports two types of Paddles, human and bot.

The bot player follows the ball as it moves, so it's very hard to beat in its current implementation.

I'll try to add a difficulty selector in the future, to give humans a chance. 😅

Game Mode

The default Game Mode is bot-human, which means Player 1 plays as a bot, and Player 2 is human controlled.

Additional modes can be activated via command-line arguments:

love . $MODE

Where $MODE is one of:

  • bot-human (default)
  • human-human
  • bot-bot

Demo Video

Notes

The code has been upgraded to run on the latest version of LÖVE 2D —11.3 (Mysterious Mysteries).

About

Atari's 1972 classic —Pong, implemented in Lua with LÖVE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%