index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
Spider
/
Game.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-01
Spider: Make double-click skip the new-game animation
Sam Atkins
2023-02-01
Spider: Use a single State enum instead of a series of booleans
Sam Atkins
2023-01-06
Spider: Highlight valid target stack when hovering over it
Sam Atkins
2023-01-06
Spider: Make Game creation fallible
Sam Atkins
2022-10-15
Spider: Make the last move undoable
Gunnar Beutner
2022-10-10
Spider: Use CardGame dragging functionality
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
Sam Atkins
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards+Games: Make CardGame responsible for managing CardStacks
Sam Atkins
2022-08-22
Spider: Migrate to CardGame
Sam Atkins
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-01-08
Spider: Add functionality to automatically move cards to valid stacks
Neolyum
2022-01-02
Spider: Redraw completely when drawing cards
Jamie Mansfield
2021-12-24
Spider: Add animation when drawing cards
Nihal Jere
2021-07-27
Spider: Track win and loss counts
Jamie Mansfield
2021-07-15
Spider: Reduce overdraw when playing
Jamie Mansfield
2021-07-15
Spider: Automatically reveal top cards
Jamie Mansfield
2021-06-24
Games: Add Spider
Jamie Mansfield