GitXplorerGitXplorer
a

Cardster

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
097280934247d1e94c44ea65b9696e5aacb9765a

Hide Dat GUI

aarchsoong committed 5 months ago
Unverified
dbeab4fe697d3df248a93b05d434885693aaf034

Finalize Cardster V1

aarchsoong committed 5 months ago
Unverified
328b6a922c1fa24dc2a69312796fae4f963f7ef2

Finalize before starting and ending

aarchsoong committed 5 months ago
Unverified
278dd1ea176c8aae96f0299769280ea862dc5835

Finish Game Logic

aarchsoong committed 5 months ago
Unverified
b2b251455ffb1b70ba12f8ffd2621f236be92ecd

Add Board, Cards, Mouse Event, Flip

aarchsoong committed 6 months ago
Unverified
2fa0d50ec9036be475294a01d20153cd5f899c72

First commit

aarchsoong committed 6 months ago

README

The README file for this repository.
# Three.js Journey ## Setup Download [Node.js](https://nodejs.org/en/download/). Run this followed commands: ``` bash # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build ``` # c a r d s t e r