Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 722 Bytes

LÖVE Games

Various Games made with LÖVE

Based on the CS 50 Introduction to Game Development Course: https://cs50.harvard.edu/games/2018/

Current Games (plus some future TODOs)

  • Pong
    • Basic two-player Pong game
    • Add a "vs Computer" mode (difficulty setting?)
    • Add obstacles on map
  • Flappy Bird (Bumble Bee)
    • Prototype game using rectagles
    • Basic game with actual graphics
  • Breakout
    • Basic breakout game
    • Dynamic level-generation
    • Persistent High-score system
    • Rework the ball bouncing off the paddle
    • Add unbreakable bricks in higher levels
    • Add a difficulty setting
    • Add powerups