Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://framagit.org/prouby/flappygnu
Don't touch DRM!
https://framagit.org/prouby/flappygnu
game gpl guile sdl2
Last synced: 3 months ago
JSON representation
Don't touch DRM!
- Host: framagit.org
- URL: https://framagit.org/prouby/flappygnu
- Owner: prouby
- Created: 2019-05-22T19:52:15.768Z (over 5 years ago)
- Default Branch: master
- Last Synced: 2022-12-17T01:14:54.773Z (about 2 years ago)
- Topics: game, gpl, guile, sdl2
- Stars: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: FlappyGnu
#+STARTUP: indent* Build
** Dependencies
+ Guile (>= 2.2)
+ SDL2
+ Guile-sdl2 (master branch)** Build and install
Build FlappyGnu with autotools.
#+BEGIN_SRC shell
./bootstrap
./configure
make
make install
#+END_SRCOr use Guix local package.
#+BEGIN_SRC shell
guix package -f guix
#+END_SRC** Run
Run FlappyGnu after installation.
#+BEGIN_SRC shell
$ flappygnu
#+END_SRC* Contributing
** Licence
FlappyGnu is *free software*, made sure each resource you use is under
[[https://www.gnu.org/licenses/license-list.html][free license]].** Todo
A todo list (=TODO=) is available at project root.
** Send patches
You can made merge request on [[https://framagit.org/prouby/flappygnu][framagit]] or you can send me patches at
=contact [at] parouby [dot] fr=. *Happy hacking!*