Pax Britannica is a simple battle ship game ported to LibGDX by Stefan Wagner.
Up to a total of 4 players may engage in a hot-seat game.
Each player now is given three control buttons-- one for shielding up, one producing aircraft, one choosing target.
New Keyboard Mapping :
Player 1
Key | Purpose |
---|---|
a | Press to start the dial around the center of the factory ship. Hold and wait until it reaches the selected quadrant. Release to produce a ship. |
s | Press and hold to create an invisible shield around the factory ship. Release to stop. |
d | Press to rotate to a different target |
Player 2
Key | Purpose |
---|---|
j | Produce ship |
k | Shield up |
l | Rotate target |
Player 3
Key | Purpose |
---|---|
left | Produce ship |
down | Shield up |
right | Rotate target |
Player 4
Key | Purpose |
---|---|
4(num pad) | Produce ship |
2(num pad) | Shield up |
6(num pad) | Rotate target |
Alternatively, Player 1 (Blue) may use the mouse's left, middle and right mouse button for control.
Player 1
Mouse Button | Purpose |
---|---|
Left |
Produce ship |
Middle |
Shield up |
Right |
Rotate target |
one may plug in more than one USB keyboards for more spacious seating.
We have since added the following 6 new features to the original game :
- A. Shield's Up
- B. Design Refinement
- C. Ship Specialization
- D. Team Play
- E. Targeting An Opponent
- F. Score Board
NOTE: for a hotseat game with 4 human players, make sure your keyboard num lock is ON so that Player 4 may use it. If the num lock is OFF, the
<kbd>2</kbd> and <kbd>6</kbd> keys would be mapped to <kbd>down</kbd> and <kbd>right</kbd> instead.
Enable player's factory ship to shield up. This lowers the damage done to the hit points of the factory ship up to 50% of what it would have caused.
Player/CPU | Color | Shield Up |
---|---|---|
1 | Blue |
s |
2 | Red |
k |
3 | Green |
down |
4 | Yellow |
2(numpad) |
Note: When activating the shield, it will temporarily drain the pool of resources being collected. Therefore, the resource normally used for constructing ships and upgrading the factory ship may be used to raise the shield to mitigate damages from attack.
Each time when a ship is being produced, a default DESIGN_BONUS factor of 1.5% will be added to the following 3 characteristics automatically.
- Turn Speed
- Acceleration
- Hit Points
Therefore, over time, if you produce a lot of fighters, your factory ship will have more expertise in producing fighters than your enemy who produce less number of fighters. As a result, your fighters perform better than his.
Each player has a special ability as follows :
Player/CPU | Color | Purpose |
---|---|---|
1 | Blue |
better fighters |
2 | Red |
better bombers |
3 | Green |
better frigates |
4 | Yellow |
better factory |
In general, the speed, the acceleration and the hit point of the ship of interest are 20% better.
This feature allows ships to team play against one another.
You may select None (aka no team at all) OR create up to 2 teams and enroll each ship to belong to whatever team you like.
Rule of Thumb : your aircraft will not attack your teammate(s) until after everyone in the opposite team has died.
By default, player 1 and 2 will be in team 1 while player 3 and 4 will be in team 2.
However, if you want highest level of challenge, set up 2 teams with you on team 1 and the rest of them on team 2 going up against you.
In the Main Menu
, use the number (or numeric keypad) key 1 to 4 to rotate the
team ID for each of the player (or cpu) as follows :
Key | Purpose |
---|---|
1 | rotate the team ID for Player/CPU 1 |
2 | rotate the team ID for Player/CPU 2 |
3 | rotate the team ID for Player/CPU 3 |
4 | rotate the team ID for Player/CPU 4 |
Also, use the following keys to choose between Player and CPU in the Main Menu
:
Key | Purpose |
---|---|
s | rotate between Player 1 and CPU 1 for the Blue ship |
k | rotate between Player 2 and CPU 2 for the Red ship |
down | rotate between Player 3 and CPU 3 for the Green ship |
2(numpad) | rotate between Player 4 and CPU 4 for the Yellow ship |
Note: if there are only two remaining factory ships and you are one of them, we call this the final epic battle. You will compete with even your teammate for the final trophy.
Player may choose to focus his attack on a particular opponent instead of spreading it over everyone.
All it takes is to highlight the color of the target Player/CPU.
The Target
column on the Score Table shows which target for each Player/CPU.
We put together a score board as a 4 x 5 table.
The 4 rows shows the color of the ship (blue, red, green, and yellow) from top to bottom.
The 5 columns of stats are as follows :
Key | Purpose |
---|---|
Health |
Your ship's health in % |
# of kills |
The 3 columns are the types of ships (Fighter, Bomber, Frigate) and the # shows how many ships of that type you have destroyed |
Score |
Your composite score |
Target |
The target ship color you have chosen at the moment (can be change) |
Team ID |
Your Team ID |
See the original README.md at the project site.