laurynasl / rubyrogue

Currently just a growing skeleton for roguelike game being written in ruby (NCurses interface) and tested with RSpec

This URL has Read+Write access

laurynasl (author)
Mon Dec 15 10:55:47 -0800 2008
commit  3fa432309dc07d4b5e1a5d826dfff20ac25e43f1
tree    7ee05225f09ebebf50dd92d5c0f388f14ee79108
parent  cc0dfa23c018567517a16205001846149573b854
rubyrogue / license_template
100644 19 lines (17 sloc) 0.838 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2008 Laurynas Liutkus
# All rights reserved. See the file named LICENSE in the distribution
# for more details.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.