You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-24Lines changed: 26 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,35 @@
2
2
3
3
With support from [Hack Club](https://hackclub.com/).
4
4
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!
-**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...
17
12
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!
-[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.*
25
27
26
28
## Credits
27
29
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/).
32
34
- Thanks to all the early testers for their feedback and patience!
33
35
- And of course, thank you for playing!
34
36
@@ -40,16 +42,16 @@ Parts of the code review and debugging process were assisted by GitHub Copilot.
40
42
41
43
First, we need to create a Bot on Discord's side.
42
44
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:
45
47
- Send Messages
46
48
- Send Messages in Threads
47
49
- Attach Files
48
50
- 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*.
0 commit comments