Skip to content

Commit 71a0bed

Browse files
committed
Update README
1 parent 6196d6c commit 71a0bed

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

README.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,35 @@
22

33
With support from [Hack Club](https://hackclub.com/).
44

5-
Play items, betray your friends, and be the last one to survive in this action-packed Discord game! Inspired by the card game Exploding Kittens, Eggsplode mixes explosions and... eggs.
5+
The Discord adaptation of the Exploding Kittens card game! During your turn, you draw a card. If it's an Eggsplode card, you lose! Use all the other cards to attack, steal, defuse, survive, and win!
66

7-
![Banner](https://iqnite.github.io/images/eggsplode_banner.png)
7+
[🤖 **Install**](https://iqnite.github.io/eggsplode/install.html) | [🗨️ **Support and community server**](https://iqnite.github.io/eggsplode/discord.html) | [🌐 **Website**](https://iqnite.github.io/eggsplode/)
88

9-
## Features
9+
![Banner](https://iqnite.github.io/images/eggsplode_banner.png)
1010

11-
- **Start** games with one command, join with one click!
12-
- **Fast-paced** turn-based system!
13-
- Play as many cards as you want, then draw - if you draw an **Eggsplode** card, you're out!
14-
- Attack, steal, predict, bluff, and cheat to be the last one standing and **win**!
15-
- Use **combos** to counter attacks!
16-
- Lots of **secrets**, easter eggs, and egg puns
11+
Eggsplode is the Discord adaptation of the **Exploding Kittens** card game, a highly strategic version of Uno and Russian Roulette. It has most of the original game's features, including...
1712

18-
_No eggs were injured while making this game._
13+
- 25+ unique cards, each with their own mechanics and new ones added regularly!
14+
- Defuse, Radioeggtive, Eggsperiment, Attegg, Alter the Future, ...
15+
- Endless playstyles and strategies!
16+
- Chill out and watch the others kill each other? Or jump right into the mix and set everything on fire?
17+
- Fine-tune your games with recipes and expansions!
18+
- Danger Mode? Eggzilla? Eye for an Eye? Or maybe just a classic round...
19+
- Entirely on Discord, with no player limits!
20+
- Suddenly your 500 server members want to play? We got it, buddy.
21+
- **Lots of easter eggs, surprises, secrets, and bad jokes...**
22+
- Listen, I can't spoil everything, just go play by yourself!
1923

20-
## Quicklinks
24+
**Eggsplode is completely free and open-source.**
2125

22-
- [Install](https://iqnite.github.io/eggsplode/install.html)
23-
- [Support and community server](https://iqnite.github.io/eggsplode/discord.html)
24-
- [Website](https://iqnite.github.io/eggsplode/)
26+
*No eggs were injured while making this game.*
2527

2628
## Credits
2729

28-
- This project is created and maintained by [Phorb](https://iqnite.github.io/).
29-
- Huge thanks to Psilo for making the card icons!
30-
- The project is based on the [Pycord](https://pycord.dev/) library.
31-
- The game concept is based on the card game [Exploding Kittens](https://explodingkittens.com/).
30+
- This project is created and maintained by [**Phorb**](https://iqnite.github.io/).
31+
- Huge thanks to **Psilo** for making the card icons!
32+
- The project is based on the [**Pycord**](https://pycord.dev/) library.
33+
- The game concept is based on the card game [**Exploding Kittens**](https://explodingkittens.com/).
3234
- Thanks to all the early testers for their feedback and patience!
3335
- And of course, thank you for playing!
3436

@@ -40,16 +42,16 @@ Parts of the code review and debugging process were assisted by GitHub Copilot.
4042

4143
First, we need to create a Bot on Discord's side.
4244

43-
1. On the [Discord Dev Portal](https://discord.com/developers/applications), click on _New Application_. Customize the title, icon, description, etc.
44-
2. In the _Installation_ page, select `application.commands` in both _User Install_ and _Guild Install_. Also select `bot` in _Guild Install_. Under _Permissions_, select the following:
45+
1. On the [Discord Dev Portal](https://discord.com/developers/applications), click on *New Application*. Customize the title, icon, description, etc.
46+
2. In the *Installation* page, select `application.commands` in both *User Install* and *Guild Install*. Also select `bot` in *Guild Install*. Under *Permissions*, select the following:
4547
- Send Messages
4648
- Send Messages in Threads
4749
- Attach Files
4850
- Embed Links
49-
3. Under _Install Link_, make sure _Discord Provided Link_ is selected. Copy the install link and open it to install your bot. For now, you should only install it to a test server.
50-
4. In the _Bot_ page, click on _Reset Token_. Copy the new token to a safe place (we'll need it later).
51-
5. In Discord, enable _Developer Mode_ under _User Settings_ > _Advanced_.
52-
6. Right-click on your test server and select _Copy Server ID_.
51+
3. Under *Install Link*, make sure *Discord Provided Link* is selected. Copy the install link and open it to install your bot. For now, you should only install it to a test server.
52+
4. In the *Bot* page, click on *Reset Token*. Copy the new token to a safe place (we'll need it later).
53+
5. In Discord, enable *Developer Mode* under *User Settings* > *Advanced*.
54+
6. Right-click on your test server and select *Copy Server ID*.
5355

5456
### 2. Project Setup
5557

0 commit comments

Comments
 (0)