Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #228

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
53dbc91
feat: components refactor and cartridge achivement system intrigratio…
okhaimie-dev Jan 7, 2025
3cdc340
fixed the frontend UI (#219)
supreme2580 Jan 7, 2025
a083560
Extra Turn and Capture Seed Toast (#220)
supreme2580 Jan 7, 2025
1abf54c
Fixed profiles (#221)
supreme2580 Jan 7, 2025
8d3a78e
sounds (#222)
supreme2580 Jan 8, 2025
f995ba4
feat: fixed the trophy icon set
okhaimie-dev Jan 7, 2025
fc0cf64
feat: arcade progression wip
okhaimie-dev Jan 7, 2025
6866a2c
seeds pit 1 position
supreme2580 Jan 9, 2025
5711841
pit 1-6
supreme2580 Jan 9, 2025
13fc4b0
pit 1-6
supreme2580 Jan 9, 2025
1d39ee4
Refactor Seed component to enhance position handling and structure. U…
supreme2580 Jan 10, 2025
cf3be26
pit 1 native
supreme2580 Jan 10, 2025
9910e12
pit 2 native
supreme2580 Jan 10, 2025
d15383e
player 1-6 and opponent native
supreme2580 Jan 10, 2025
15aa0d6
Staging seeds (#223)
supreme2580 Jan 10, 2025
e0f3b4a
Header trophy (#224)
okhaimie-dev Jan 11, 2025
0bd476a
feat: constants file changes
okhaimie-dev Jan 11, 2025
672f4f1
Staging UI upgrade (#227)
supreme2580 Jan 14, 2025
4d6c4f9
Achivement fix (#225)
okhaimie-dev Jan 14, 2025
d144ac1
UI updates (#230)
supreme2580 Jan 18, 2025
572f54c
feat: minor patch (#231)
okhaimie-dev Jan 20, 2025
13a566f
removed eliza from ui (#237)
supreme2580 Jan 21, 2025
9ea4c73
UI update (#236)
supreme2580 Jan 21, 2025
db40628
Gaming UI (#238)
supreme2580 Jan 23, 2025
ea9914d
decoupled seed audio (#241)
supreme2580 Jan 23, 2025
54487a2
Naming bug (#240)
supreme2580 Jan 23, 2025
2dabbbd
decoupled audio patch
supreme2580 Jan 23, 2025
31db504
properly move audio controls (#242)
supreme2580 Jan 23, 2025
345c482
watch on youtube (#244)
supreme2580 Jan 24, 2025
3912073
feat: torii redeploy (#245)
okhaimie-dev Jan 24, 2025
fd44786
firstimer (#246)
supreme2580 Jan 24, 2025
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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- develop

jobs:
test:
Expand All @@ -23,7 +24,7 @@ jobs:

- name: Download Dojo release artifact
run: |
curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/v1.0.8/dojo_v1.0.8_linux_amd64.tar.gz
curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/v1.0.9/dojo_v1.0.9_linux_amd64.tar.gz
tar -xzf dojo-linux-x86_64.tar.gz
sudo mv sozo /usr/local/bin/

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.idea/
*.DS_Store/
data
.env
.node_modules
3 changes: 3 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ package-lock.json
*.njsproj
*.sln
*.sw?

.env
node_modules
4 changes: 2 additions & 2 deletions client/dojoConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { createDojoConfig } from "@dojoengine/core";
export const dojoConfig = createDojoConfig({
manifest,
rpcUrl: "https://api.cartridge.gg/x/starknet/sepolia",
toriiUrl: "https://api.cartridge.gg/x/mancala-t/torii",
toriiUrl: "https://api.cartridge.gg/x/mancala-b/torii",
masterAddress:
"0x02A54eFf65D55a2E7D2fC7E23eF0F0e6030dB0313b16c8F0eaD0b4a83807f6d6",
"0x02A54eFf65D55a2e7D2fC7E23eF0F0e6030dB0313b16c8F0eaD0b4a83807f6d6",
masterPrivateKey:
"0x0396533b7a1182ef03da483eca82e9dd2b17bee9c7fec07ac6cbbeb8bfd573cb",
});
21 changes: 12 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,29 @@
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@cartridge/connector": "^0.5.7",
"@cartridge/controller": "^0.5.7",
"@dojoengine/core": "1.0.4-alpha.3.1.2",
"@dojoengine/create-burner": "1.0.4-alpha.3.1.2",
"@dojoengine/react": "1.0.4-alpha.3.1.2",
"@cartridge/connector": "^0.5.5",
"@cartridge/controller": "^0.5.8",
"@dojoengine/core": "1.0.8",
"@dojoengine/react": "1.0.8",
"@dojoengine/recs": "^2.0.13",
"@dojoengine/state": "1.0.4-alpha.3.1.2",
"@dojoengine/torii-client": "1.0.4-alpha.3.1.2",
"@dojoengine/utils": "1.0.4-alpha.3.1.2",
"@dojoengine/state": "1.0.8",
"@dojoengine/torii-client": "1.0.8",
"@dojoengine/utils": "1.0.8",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@latticexyz/react": "^2.1.0",
"@latticexyz/utils": "^2.1.0",
"@material-tailwind/react": "^2.1.9",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
Expand All @@ -44,10 +47,10 @@
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"concurrently": "^9.1.2",
"ethers": "^5.7.2",
"framer-motion": "^11.3.24",
"graphql-request": "^6.1.0",
"jotai": "^2.9.2",
"jsdom": "24.0.0",
"lucide-react": "^0.367.0",
"mobx": "^6.13.1",
Expand Down
Loading
Loading