Skip to content

Instantly share code, notes, and snippets.

View lightonflux's full-sized avatar
🚀
Too the moon

lightonflux

🚀
Too the moon
View GitHub Profile
@lightonflux
lightonflux / mars.appdata.xml
Created February 20, 2015 11:18
AppData XML for M.A.R.S.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2010 - 2011 Felix Lauer & Simon Schneegans -->
<component type="game">
<id>mars.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>M.A.R.S.</name>
<summary>ridiculous space shooter governed by the laws of gravity</summary>
<description>
<p>
#!/bin/bash
LINES=$(tput lines)
COLUMNS=$(tput cols)
declare -A snowflakes
declare -A lastflakes
clear