Maze game project created on GameJam 2024 in Kędzierzyn-Koźle.
This game wouldn't be possible without enormous engagement of @Ferfixxio and @kodowiec.
Repository contains frontend code for Ice Cave game.
Project is using Node.js and TypeScript in versions listed below:
| Technology | Version |
|---|---|
| React | 18.3 |
| TypeScript | ^5.6 |
Main dependencies are Vite, React and Tailwind CSS in versions listed below.
| Vendor | Version |
|---|---|
| Vite | 6.0 |
| React | 18.3 |
| Tailwind CSS | 3.4 |
First make sure you are using Node in version 22 and npm in version 10:
node --version
v22.9.0
npm --version
10.8.3Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173/ice-cave-game/.
Create a production build:
npm run buildTo build and deploy page to GitHub Pages run this command:
# For npm
npm run deployGive it 2-3 minutes and check out results here.