Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.54 KB

File metadata and controls

35 lines (25 loc) · 1.54 KB

Mineshift

An interactive art piece. Explore an endless chasm up and down. See bridges, beams, and other features. You can use the keyboard or a controller to navigate. The controller is better.

https://www.youtube.com/watch?v=26PsrWRqvJo&ab_channel=IanRash 20211208043843_1 20211208043848_1 20211208043905_1 20211208043912_1 20211208043921_1 20211208043930_1

Usage

  1. Install raylib
  2. Install Crystal
  3. shards install
  4. crystal build ./src/mineshift
  5. Enjoy with a controller preferably!

Development

IDK

Contributing

  1. Fork it (https://github.com/sol-vin/mineshift/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors