This repository is a compilation of small, fun games developed using the LÖVE 2D game framework. Each game is designed to be simple yet entertaining, showcasing various aspects of game development with LÖVE.
- Modern Pong: A modern rendition of the classic arcade game, featuring single-player mode against an AI, and vibrant visual enhancements. link
- Connect4: A modern rendition of the classic 4 in a row game, featuring single-player mode against an AI. link
- TicTacToe: A simple implementation of the classic game Tic-Tac-Toe otherwise known as naughts and crosses. link
To run these games, you'll need to have the LÖVE framework installed on your system. You can download it from the official LÖVE website.
Alternatively you can build them using LoveFusion.
- Clone this repository to your local machine.
git clone https://github.com/yourusername/love-mini-games.git