Skip to content

arcticmatt/dino-love

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dino

Chrome's no-wifi game made with LÖVE

dino-gif

installation

If you're installing on a mac, then you can use the binary attached to the Github release. Otherwise, you should install LÖVE and see the corresponding instructions.

github release binaries

Install and run on macOS with the following commands:

curl -L https://github.com/arcticmatt/dino-love/releases/download/0.1.1/dino-love_osx.zip -o dino-love_osx.zip
unzip dino-love_osx.zip
open dino-love.app

install with LÖVE

This method requires users to have LÖVE installed. If you have it installed, then you can run the game using the dino-love.love executable attached to the Github release. The following commands download the exectuable and run it with LÖVE.

curl -L https://github.com/arcticmatt/dino-love/releases/download/0.1.1/dino-love.love -o dino-love.love
love dino-love.love

game instructions

  • ↑/↓ to jump/duck
  • p to pause
  • r to restart
  • q to quit