Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 506 Bytes

Pong

2D multiplayer game developed using Lua

Pong

Implementation

This game was build as a part of Harvard's CS50's Introduction to Game Development (Online course)

Steps Involved

  • Learned how to use Love 2D library in Lua
  • Learned different functionality of Lua library and created a different class for Ball and Paddle movements

    Next Steps

  • Develop more games using Lua