Skip to content

Dev-Aligator/Crossy-ComGraphics

Repository files navigation

CS105

Try in the Browser


For our final project in CS105 - Computer Graphics, I propose to create a browser-based remake of the popular game "Crossy Road".

Models

This project adapts the Voxel Graphics style, using MagicaVoxel, an open-source project, to create voxel-based models for characters and environment elements.

If you'd like to see someone else in the game or have any relevant ideas, please open an issue!

Stack

Getting Started

Clone this repository:

  git clone https://github.com/Dev-Aligator/Crossy-ComGraphics.git

Next, install the dependencies:

  npm i --legacy-peer-deps

To start the web version of the game, run:

  npx expo start --web

If you wish to build the web version, use the following command:

  npx expo export:web