We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4285fd6 commit d0cd315Copy full SHA for d0cd315
.gitignore
@@ -0,0 +1 @@
1
+Gemfile.lock
Gemfile
@@ -0,0 +1,15 @@
+source 'https://rubygems.org'
2
+
3
+gem 'suncalc'
4
5
+# gosu gem requires the 'gosu' and 'sdl2' libraries to be installed. On macos
6
+# you can that using homebrew:
7
+# `brew install gosu`
8
+# `brew install sdl2`
9
+gem 'gosu'
10
11
+# ruby2d gem requires the 'simple2d' library to be installed. On macos you can
12
+# do that using homebrew:
13
+# `brew tap simple2d/tap`
14
+# `brew install simple2d`
15
+gem 'ruby2d'
0 commit comments