Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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_SRC

Or 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!*