parent
e58a5de65a
commit
d83d196f19
@ -0,0 +1,182 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="generator" content="ReText 4.1.2">
|
||||
<title>README</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><img alt="Logo" src="https://lh3.googleusercontent.com/-ZjA1FSivXNw/VSaOqy8nSRI/AAAAAAAAAB4/_nW122LgHr0/s701-no/all.tiff" title="Logo"></p>
|
||||
<h2>Project Interstellar is a 2d space-adventure game</h2>
|
||||
|
||||
<h4>developed in and with : Python, Pygame, Git/Github and Ninja-IDE. Currently pre-alpha status.</h4>
|
||||
|
||||
<p>Version 0.3.x</p>
|
||||
<h2>How to Run the Game</h2>
|
||||
<p><br>This is just a developement version so you need
|
||||
the programming language <a href="https://www.python.org/downloads/release/python-2710/">Python version 2.x .</a></br>
|
||||
<br>And the physics and graphics engine <a href="http://www.pygame.org/download.shtml">Pygame.</a></br>
|
||||
<br>Both have a good guide how to install them otherwise google is your friend.</br>
|
||||
<h5>Windows:</h5>
|
||||
In normal case double clicking Run.py should start it. If this does not work google for "How to start a .py file".
|
||||
<br></br>
|
||||
<h5>Debian based systems:</h5>
|
||||
Double click on Run.sh. If this does not work make sure it has its executable bit set. Do this by opening a terminal in this folder or navigating there with a "normal" terminal and then copy-paste this command: chmod u+x ./Run.sh
|
||||
<br></br>
|
||||
<h5>Other:</h5>
|
||||
Google for: "how to run python files in" and add you OS
|
||||
<br></br></p>
|
||||
<h2>How to play</h2>
|
||||
<p><br>Use WASD for movement (arrowkeys work too)</br>
|
||||
<br>F or space will shoot a bullet</br>
|
||||
<br>When on full power use C to shoot in eight directions</br>
|
||||
<br>Pressing Y makes you faster while X slower</br>
|
||||
<br>Use escape to pause the game</br>
|
||||
<br>Can you get below my 295294ms?</br>
|
||||
<br></br></p>
|
||||
<h2>Features</h2>
|
||||
<p><ul>
|
||||
<li>f12 for screenshot</li>
|
||||
<li>f6 to change music</li>
|
||||
<li>esc to exit</li>
|
||||
<li>many hidden features</li>
|
||||
</ul></p>
|
||||
<h2>Custom music</h2>
|
||||
<p>Simply paste your music into the ./assets/music folder to be included in the game.
|
||||
"_" will be replaced with spaces " ". For best support use .ogg but .mp3 will work too.</p>
|
||||
<h2>File / Code information</h2>
|
||||
<p>(Codelines ver:0.3.2.7)</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>File</th>
|
||||
<th>Code</th>
|
||||
<th>Non-code</th>
|
||||
<th>Total</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Run.py</td>
|
||||
<td>39</td>
|
||||
<td>14</td>
|
||||
<td>53</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tygamusic.py</td>
|
||||
<td>218</td>
|
||||
<td>80</td>
|
||||
<td>298</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>chat.py</td>
|
||||
<td>4</td>
|
||||
<td>5</td>
|
||||
<td>9</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>draw.py</td>
|
||||
<td>222</td>
|
||||
<td>55</td>
|
||||
<td>277</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>interface.py</td>
|
||||
<td>93</td>
|
||||
<td>17</td>
|
||||
<td>110</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>main.py</td>
|
||||
<td>44</td>
|
||||
<td>34</td>
|
||||
<td>78</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>menu.py</td>
|
||||
<td>287</td>
|
||||
<td>68</td>
|
||||
<td>355</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>midi_in.py</td>
|
||||
<td>57</td>
|
||||
<td>13</td>
|
||||
<td>70</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>missions.py</td>
|
||||
<td>52</td>
|
||||
<td>19</td>
|
||||
<td>71</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>movement.py</td>
|
||||
<td>139</td>
|
||||
<td>29</td>
|
||||
<td>168</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>namings.py</td>
|
||||
<td>57</td>
|
||||
<td>16</td>
|
||||
<td>73</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>objects.py</td>
|
||||
<td>287</td>
|
||||
<td>54</td>
|
||||
<td>341</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>settings.py</td>
|
||||
<td>381</td>
|
||||
<td>78</td>
|
||||
<td>459</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>sounds.py</td>
|
||||
<td>7</td>
|
||||
<td>4</td>
|
||||
<td>11</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>specials.py</td>
|
||||
<td>70</td>
|
||||
<td>15</td>
|
||||
<td>85</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Total</strong></td>
|
||||
<td><strong>2220</strong></td>
|
||||
<td><strong>501</strong></td>
|
||||
<td><strong>2721</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><strong>Top3 code only:</strong><ul>
|
||||
<li>settings.py 381</li>
|
||||
<li>menu.py 287, 68</li>
|
||||
<li>objects.py 287, 54</li></ul></p>
|
||||
<p><strong>Top3 Commented or empty lines:</strong><ul>
|
||||
<li>tygamusic 80</li>
|
||||
<li>settings.py 78</li>
|
||||
<li>menu.py 68</li></ul></p>
|
||||
<p><strong>Top3 Total:</strong><ul>
|
||||
<li>settings.py 459</li>
|
||||
<li>menu.py 355</li>
|
||||
<li>objects.py 341</li></ul></p>
|
||||
<h2>Contact Information</h2>
|
||||
<p>You can contact me on the <a href="http://www.pygame.org/project-Project+Interstellar-2943-.html">homepage</a>
|
||||
or via email: max12354678910@gmail.com
|
||||
(subject: Project_interstellar)</p>
|
||||
<h2>Licences</h2>
|
||||
<p>(Licences of used music and art and libs in LICENSES.txt)</p>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
@ -1,12 +1,12 @@
|
||||
[main]
|
||||
fullscreen = True
|
||||
screenx_current = 1920
|
||||
screeny_current = 1080
|
||||
fullscreen = False
|
||||
screenx_current = 960
|
||||
screeny_current = 540
|
||||
debug = True
|
||||
skip = True
|
||||
posx = 0
|
||||
posy = 0
|
||||
volume = 0.673913043478
|
||||
posx = 283
|
||||
posy = 497
|
||||
volume = 0.5
|
||||
debugscreen = False
|
||||
debugmode = True
|
||||
debugmode = False
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
-use … more often
|
||||
(look at trello for really important info)
|
Loading…
Reference in new issue