Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.19 KB

LÖVE Mini-Games Collection

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.

Games List

  • 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

Getting Started

Prerequisites

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.

Running a Game

  1. Clone this repository to your local machine.
    git clone https://github.com/yourusername/love-mini-games.git