My attempt at remaking the 1982 arcade game 'Joust' by Williams Electronics
Find a file
2024-02-24 17:51:16 -07:00
fonts added PrintScore Class, hardcoded 1 score to print from egg collision 2022-10-07 22:15:42 -06:00
music added highscore trigger upon death, lives bottom out at 0, ptero roar while alive, fixed double explosion sfx bug 2024-01-27 23:47:52 -07:00
src fixed gameOver for twoPlayerMode, fixed aerial pixel bug for players, fixed ptero deinstantiation for twoPlayerMode 2024-02-04 16:47:55 -07:00
states removed nuke button 2024-02-24 17:51:16 -07:00
.gitignore added .DS store in gitignore 2022-05-19 23:03:55 -06:00
main.lua added egg, ptero, theme sound fx with implementations 2024-01-26 20:40:52 -07:00
Notes.lua fixed gameOver for twoPlayerMode, fixed aerial pixel bug for players, fixed ptero deinstantiation for twoPlayerMode 2024-02-04 16:47:55 -07:00
README.md updated README 2024-01-19 18:46:11 -07:00

Joust

My remake of the 1982 Williams Electronics game, Joust. Built in LÖVE2d with Lua.

How to play

Player 1: Use 'p' to move right, 'o' to move left, 'i' to jump

Player 2: Use 'c' to move right, 'x' to move left, 'z' to jump

Press 'h' while playing to toggle instructions

Installation Instructions

  1. Download the LÖVE game engine and install onto your machine
  2. Download the JOUST repo. (Click the green code button and download the .zip folder)
  3. Unzip the downloaded repo folder
  4. Drag and drop the repo folder onto the LÖVE application to begin playing!

Installation On Terminal

git clone https://github.com/findingfocus/weather.git
cd weather
love .