Misc. updates.
This commit is contained in:
parent
2f31274225
commit
0baaeac246
|
@ -9,6 +9,10 @@ You can support development of this game by purchasing one of the books in the t
|
|||
Website: www.battleforthesolarsystem.com
|
||||
Email: stephenjsweeney@battleforthesolarsystem.com
|
||||
|
||||
## SCREENSHOTS
|
||||
|
||||
Screenshots from various versions can be found here: https://github.com/stephenjsweeney/tbftss/tree/master/dev/screenshots
|
||||
|
||||
## CREDITS
|
||||
|
||||
### GRAPHICS
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# Statistics
|
||||
|
||||
* Lines of code: 17364
|
||||
* Size of source: 535K
|
||||
* Size of data: 496K
|
||||
* Size of graphics: 3.4M
|
||||
* Size of sound: 638K
|
||||
* Size of music: 53M
|
||||
|
||||
* Number of missions: 60 (inc. Sol)
|
||||
* Number of challenges: 42
|
||||
* Number of spacecraft: 47
|
||||
* Number of trophies: 42
|
||||
|
||||
* Translatable strings: 681
|
||||
|
||||
* Number of GIT revisions: 1007
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
STATS_FILE="stats.md"
|
||||
STATS_FILE="STATS.md"
|
||||
|
||||
cd ..
|
||||
|
||||
|
@ -37,7 +37,7 @@ echo "* Size of sound: $SND_SIZE" >> $STATS_FILE
|
|||
echo "* Size of music: $MUSIC_SIZE" >> $STATS_FILE
|
||||
echo "" >> $STATS_FILE
|
||||
|
||||
echo "* Number of missions: $NUM_MISSIONS" >> $STATS_FILE
|
||||
echo "* Number of missions: $NUM_MISSIONS (inc. Sol)" >> $STATS_FILE
|
||||
echo "* Number of challenges: $NUM_CHALLENGES" >> $STATS_FILE
|
||||
echo "* Number of spacecraft: $TOTAL_CRAFT" >> $STATS_FILE
|
||||
echo "* Number of trophies: $NUM_TROPHIES" >> $STATS_FILE
|
||||
|
|
17
stats.md
17
stats.md
|
@ -1,17 +0,0 @@
|
|||
# Statistics
|
||||
|
||||
* Lines of code: 17354
|
||||
* Size of source: 535K
|
||||
* Size of data: 490K
|
||||
* Size of graphics: 3.4M
|
||||
* Size of sound: 638K
|
||||
* Size of music: 53M
|
||||
|
||||
* Number of missions: 59
|
||||
* Number of challenges: 42
|
||||
* Number of spacecraft: 47
|
||||
* Number of trophies: 41
|
||||
|
||||
* Translatable strings: 644
|
||||
|
||||
* Number of GIT revisions: 987
|
Loading…
Reference in New Issue