meow
Find a file
2026-04-03 09:19:45 -05:00
.forgejo/workflows Add builds 2024-12-02 11:24:22 -06:00
main.lua Reduce boat movement speed for more realistic sailing experience 2026-04-03 09:19:45 -05:00
README.md Update README with project information and controls 2026-04-03 09:07:40 -05:00

Sailing Day

A simple sailing game built with Love2D.

Features

  • WASD controls for boat movement
  • Physics-based movement with velocity and friction
  • Boundary checking to keep the boat within the world
  • Basic graphics with boat and water visualization

Controls

  • W: Move boat forward
  • S: Move boat backward
  • A: Move boat left
  • D: Move boat right
  • ESC: Quit the game

Development

This project was created as part of a learning exercise in game development with Love2D.