Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuftle-client-core"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["Sebastiano Giordano"]
categories = ["game-development"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shuftle
Shuftle is just a hobby project, but aims to be a multiplayer collection of classical card games.
Shuftle is just a hobby project, but aims to be a multiplayer collection of classical card games. You can try the latest version [here](https://krahos.itch.io/shuftle) (your browser needs to support webassembly).

## Build from source
Check out Bevy engine for dependencies. You can bring your own assets, but you can also download the ones I'm using from this Mega folder https://mega.nz/folder/DOZ1HCTb#sD5HuQYbZpOx2hS0apSXhQ
Check out Bevy engine for dependencies. Download assets from [here](https://mega.nz/folder/DOZ1HCTb#sD5HuQYbZpOx2hS0apSXhQ)
Loading