Skip to content

automata/global-game-jam-2024

 
 

Repository files navigation

A game using ThreeJS for Global Game Jam 2024

Developing

Make sure you have Node.js >= v18.15.0 installed (see nvm):

npm install

Start development mode:

npm run start

That should bring you to http://localhost:3000 with a hot-reload React app.

Edit files at src/ to see live updates.

Gameplay

The gameplay so far is very simple.

  • Press left or right arrows to switch lanes in 3D mode
  • Press space bar to switch to 2D mode
  • Press up arrow to jump

Production build

npm run build
git commit ...
git tag 0.x.x
git push
npm publish

About

A game using ThreeJS for Global Game Jam 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • HTML 6.0%
  • CSS 0.7%