diff --git a/public/content/about.md b/public/content/about.md index 4407639..b48d851 100644 --- a/public/content/about.md +++ b/public/content/about.md @@ -1 +1,3 @@ -If you have an idea for a card, a rule, or some other feedback (encouragement is greatly appreciated!) please let me know at 'kayneruse@gmail.com'. \ No newline at end of file +If you have an idea for a card, a rule, or some other feedback (encouragement is greatly appreciated!) please let me know at 'kayneruse@gmail.com'. + +Also see our previous game [Candy Raid: The Factory!](https://candyraid.com) \ No newline at end of file diff --git a/public/content/landing.md b/public/content/landing.md index 95167d5..4675a5a 100644 --- a/public/content/landing.md +++ b/public/content/landing.md @@ -1,10 +1,5 @@ -Facebook -Twitter - -__*This project has been shelved. Read on to see what could have been.*__ - -__*There should ideally be 150 cards, but seemingly only 137 were designed. Not a bad effort.*__ +Links: [Facebook](https://www.facebook.com/KRGameStudios), [Twitter](https://twitter.com/KRGameStudios), [Discord](https://discord.gg/FQmz8TN) Mecha: Immense Warfare pits you against an opponent in a battle of Mechas - wild combat machines controlled by hastily built radio towers. Get to the other side of the battlefield and attack your opponent five times to win! But look out for your opponent's Mechas, as they can attack, damage and destroy your Mechas, and your towers! -Click the links above to see what we have to offer! +Click the buttons above to see what we have to offer! diff --git a/public/content/rules.md b/public/content/rules.md index a193679..609c05f 100644 --- a/public/content/rules.md +++ b/public/content/rules.md @@ -1,43 +1,9 @@ -::: mobileOnly - - - -- [Basic Rules](#basic-rules) - * [Phases of a Turn](#phases-of-a-turn) -- [Types of Cards](#types-of-cards) - * [Towers](#towers) - * [Mechas](#mechas) - * [Commands](#commands) - * [Pilots](#pilots) -- [Types of Counters](#types-of-counters) - * [Durability](#durability) - * [Armour](#armour) - * [Time](#time) -- [List of Keyword Mechanics](#list-of-keyword-mechanics) - * [Armour X](#armour-x) - * [Pierce](#pierce) - * [Flight](#flight) - * [Reach](#reach) - * [Speed X](#speed-x) - * [Range X](#range-x) - * [Haste](#haste) - * [Provide Xu](#provide-xu) -- [Other Rules and Corner Case Rulings](#other-rules-and-corner-case-rulings) - * [Mulligans](#mulligans) - * [Maximum Hand Size](#maximum-hand-size) - * [Pilot Idiocy](#pilot-idiocy) - * [Duplicate Phase Skipping](#duplicate-phase-skipping) - - - -::: - Basic Rules === The goal of the game is to attack your opponent directly five times. Each time a player is attacked directly, they place the top card of their deck in the damage zone. Once there are five cards in a player's damage zone, that player loses the game. -The game takes place on a 5*7 grid (wider than it is long). Players start the game with a deck of at least 40 cards, with no more than 3 copies of any one card, except for Basics (no limit) and Singletons (maximum of 1). Players draw 5 cards, decide to mulligan or not (see [Mulligans](#Mulligans)), then take turns by placing certain cards on the closest row of the board, known as their entry zone. If there are no empty spaces in a player's entry zone, excluding movable units that player owns, then the player cannot play a new card and loses the game. A player also loses the game if they cannot draw a card from their deck. +The game takes place on a 5\*7 grid (wider than it is long). Players start the game with a deck of at least 40 cards, with no more than 3 copies of any one card, except for Basics (no limit) and Singletons (maximum of 1). Players draw 5 cards, decide to mulligan or not (see [Mulligans](#Mulligans)), then take turns by placing certain cards on the closest row of the board, known as their entry zone. If there are no empty spaces in a player's entry zone, excluding movable units that player owns, then the player cannot play a new card and loses the game. A player also loses the game if they cannot draw a card from their deck. When combat between units is initiated, the attacker's power is subtracted from the defender's durability. When a unit's durability reaches zero, it is destroyed and discarded. diff --git a/public/index.html b/public/index.html index b994fdf..f69f979 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,6 @@
- + \ No newline at end of file diff --git a/src/pages/about.jsx b/src/pages/about.jsx index 67efb41..f16f3e8 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -29,7 +29,7 @@ class About extends React.Component { render() { return (
- +
); } diff --git a/src/pages/landing.jsx b/src/pages/landing.jsx index 19419d1..d1c3fc6 100644 --- a/src/pages/landing.jsx +++ b/src/pages/landing.jsx @@ -29,7 +29,7 @@ class Landing extends React.Component { render() { return (
- +
); } diff --git a/src/pages/rules.jsx b/src/pages/rules.jsx index 17cc06c..a6b3b10 100644 --- a/src/pages/rules.jsx +++ b/src/pages/rules.jsx @@ -29,7 +29,7 @@ class Rules extends React.Component { render() { return (
- +
); }