Skip to content
/ pong Public

Simple game of pong written during summer holiday.

Notifications You must be signed in to change notification settings

rotifyld/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong

Simple game of pong written in Lua using LÖVE game engine.

As a side project, I wanted to learn a new language during the weekend. The game allowed me to learn basics of the Lua language and implement OO in it.

One of the other goals was to create a game that requires minimal resources, so aside from a font, every graphical element is generated.

The game currently features:

  • simple engine
  • PvP
  • scoring
  • 5 power ups (growing/shrinking paddles, multiple balls)
  • particle system

Possible future extensions:

  • enemy AI
  • drawing power-ups timers
  • sounds
  • more power-ups
  • pausing animations

About

Simple game of pong written during summer holiday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages