Skip to content

Instantly share code, notes, and snippets.

@daniel-j
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-j/6f4e557ddd34d3b03f4c to your computer and use it in GitHub Desktop.
Save daniel-j/6f4e557ddd34d3b03f4c to your computer and use it in GitHub Desktop.
2048.c
name: "2048.c"
version: git
runner: linux
game_slug: "2048-c"
game:
exe: "/usr/bin/gnome-terminal"
args: -e "$GAMEDIR/2048"
files:
- game: https://github.com/mevdschee/2048.c/archive/master.zip
installer:
- extract:
file: game
- execute:
file: /bin/bash
args: -c 'make'
- chmodx: "2048"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment