Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
iqnite closed an issue on iqnite/eggsplode
Nope stacking
Allow "Un-Nope" by clicking on Nope again after an action has been Noped but not OKed.iqnite pushed 1 commit to main iqnite/eggsplode
- Add current_player_hand property to Game class and update PlayView to use it 8583274
iqnite closed an issue on iqnite/eggsplode
Show all cards in PlayView
Show a list with all cards a player is holding in the message when playing a turn. The dropdown menu will continue showing only playable cards.iqnite pushed 1 commit to main iqnite/eggsplode
- Refactor turn verification into a decorator and update hand grouping to return a dictionary 40d7d08
iqnite created a comment on an issue on iqnite/eggsplode
EDIT: The command will still be called /play.
iqnite closed an issue on iqnite/eggsplode
Merge /play and /hand
Merge the /play and /hand commands into a single /me command to allow a smoother experience. The /me command may be used to view additional player info in the future.iqnite opened an issue on iqnite/eggsplode
Unhandled exceptions
KeyError: 798712410797768765 Ignoring exception in view <TurnView timeout=60 children=1> for item <Button style=<ButtonStyle.primary: 1> url=None disabled=False label='Play!' emoji=<PartialEmoji an...iqnite pushed 2 commits to main iqnite/eggsplode
iqnite pushed 1 commit to main iqnite/eggsplode
- Fix card selection not updating after stealing a card 8954cf3
iqnite opened an issue on iqnite/eggsplode
Store game state data in database
To avoid a short server outage to interrupt all running games, store the data in a persistent database instead.iqnite opened an issue on iqnite/eggsplode
Special cards
Introduce special cards to add more variety to the game. Those cards would be shuffled randomly into some decks and would have very powerful effects. Some ideas: - Clone - Aimed Attegg - Super-Nop...iqnite opened an issue on iqnite/eggsplode
More game variants
Split the game into 3 game modes: - Basic: Beginner rules - Intermediate: 3x and 5x combos, Atteggs add up when played over each other - Eggstended: Special cards like Clone and Aimed Attegg, addit...iqnite opened an issue on iqnite/eggsplode
Add Begg
Add the Begg card (aka Favor). Low priority as it's pretty cumbersome to make.iqnite opened an issue on iqnite/eggsplode
Choose where to put Eggsplode when defusing
Show a prompt that allows entering the new position of the Eggsplode card. Not sure if it's possible to give timeouts to pop-up windows.iqnite opened an issue on iqnite/eggsplode
Show all cards in PlayView
Show a list with all cards a player is holding in the message when playing a turn. The dropdown menu will continue showing only playable cards.iqnite opened an issue on iqnite/eggsplode
Nope stacking
Allow "Un-Nope" by clicking on Nope again after an action has been Noped but not OKed.iqnite pushed 1 commit to main iqnite/eggsplode
- Fix an error message occurring when NopeView reaches timeout on steal aba9219