• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H12-Nov-2019-208162

macros/H12-Nov-2019-8,6827,816

src/H03-May-2022-11,4087,245

AUTHORSH A D03-Apr-200216 21

COPYINGH A D31-Oct-201117.6 KiB340281

INSTALLH A D28-Dec-20017.6 KiB183143

Makefile.amH A D18-Nov-2015590 4030

Makefile.inH A D03-May-202229.6 KiB953850

NEWSH A D12-Nov-20193.9 KiB11683

READMEH A D17-Apr-20131 KiB3323

THANKSH A D28-Dec-200148 21

aclocal.m4H A D12-Nov-201946.9 KiB1,3201,196

autogen.shH A D27-Feb-200943 41

bootstrapH A D07-Jul-2012145 74

compileH A D06-Jul-20133.7 KiB14479

config.guessH A D18-Nov-201541.9 KiB1,4221,230

config.subH A D18-Nov-201535.1 KiB1,8081,670

configureH A D12-Nov-2019545.6 KiB18,05015,271

configure.acH A D12-Nov-20191.1 KiB4934

cosmosmash.specH A D12-Nov-20191.6 KiB6246

cosmosmash.spec.inH A D14-Jul-20121.6 KiB6246

depcompH A D15-Mar-201519.9 KiB689448

install-shH A D15-Mar-201513.7 KiB528351

ltmain.shH A D12-Nov-2019277 KiB9,6627,310

missingH A D18-Nov-20156.7 KiB216143

test-driverH A D18-Nov-20154.5 KiB14987

README

1Cosmosmash - A space rock shooting video game.
2
3Copyright (C) 2000-2013 Pierre Sarrazin <http://sarrazip.com/>
4This program is free software distributed under the GNU GPL.
5See the file COPYING.
6
7In this game, you control a base that must destroy
8rocks before they hit the ground, or you lose points.
9You must also prevent "spinners" from touching the ground,
10or your base will explode.
11
12This game is a clone of the 1981 Astrosmash game for the
13Intellivision by Mattel Electronics.
14
15The program requires my `flatzebra' library and the SDL
16multimedia library (see http://www.libsdl.org/).  Links to
17these are given on the Cosmosmash Home Page at
18
19    http://sarrazip.com/dev/cosmosmash.html
20
21See the INSTALL file for installation instructions.  Assuming that
22`flatzebra' has been installed under /usr or /usr/local, the typical
23procedure is
24
25    ./configure
26    make
27    make install
28
29This package provides a manual page: cosmosmash.6
30
31The canonical spelling is "Cosmosmash", not "CosmoSmash", even
32though there is a C++ class in the code called CosmoSmashEngine...
33