This repository was archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
66 lines (60 loc) · 2.47 KB
/
README
File metadata and controls
66 lines (60 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
jSpaceInvaders
--------------
Space Invaders is a two-dimensional fixed shooter game in which
the player controls a laser cannon by moving it horizontally across
the bottom of the screen and firing at descending aliens.
The aim is to defeat five rows of thirteen aliens that move horizontally
back and forth across the screen as they advance towards the bottom of the screen.
The player defeats an alien, and earns points, by shooting it with the laser cannon.
As more aliens are defeated, the aliens' movement speeds up.
The aliens attempt to destroy the cannon by firing at it while they
approach the bottom of the screen.
If they reach the bottom, the alien invasion is successful and the game ends.
A special "mystery ship" will occasionally move across the top of the screen
and award bonus points if destroyed.
[Read more at Wikipedia (en)@http://en.wikipedia.org/wiki/Space_Invaders]
Features
--------
- Play "old-school" Space Invaders
- The Invaders get faster the more you kill
- The Invaders strike back
- 6 Difficulties (Modes), from "Nooby" to "Insane"
- Higher Mode means:
- Invaders are faster
- Invaders get faster the more the Player kills
- Invaders have a faster Shot
- The Probability of an Aliens Shot is higher
- The Invader's Shot Frequency is higher
- The Player is slower
- The Player has a slower Shot
- The Player's Shot Frequency is lower
- The Player earns more Points for killing an Invaders
- Original Sounds (Explosion, Shots, ...) and Sprites (Background, Invaders, Ship, ...)
- English and German Localization
- Some special Commands (commonly known as "Cheats") are available (for more Information have a look at the Log)
Current Version
---------------
v1.0.0
Developer
---------
Denis Meyer
Copyright
---------
Copyright 2010-2013 by Denis Meyer, CallToPower Software
All Rights reserved 2010-2013 by Denis Meyer, CallToPower Software
Graphics and Concept -- Copyright 1978 by Tomohiro Nishikado, Taito Corp.
This Game is an unofficial Clone of the original Space Invaders Game
and is not endorsed by the Copyright Owners Taito Corp.
Tested Systems
--------------
- Mac OS X 10.9
- Windows 7, Windows 8
To compile it under OS\{Mac OS X}
---------------------------------
- Comment out
- the "MacOSHandler" and
- the "isMac()-Loops" inside the "GameController".
- With Eclipse (if JSIEnDeCrypt has Errors):
- Go to "Properties-Java Build Path-Libraries"
- Remove JRE System Library
- Add JRE System Library