Skip to content

A Voxel Crossy Road game implemented using THREE.js, TweenMax, and React Native. Developed as the final project for CS105 Computer Graphics course.

Notifications You must be signed in to change notification settings

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

About

A Voxel Crossy Road game implemented using THREE.js, TweenMax, and React Native. Developed as the final project for CS105 Computer Graphics course.

Topics

Resources

Stars

Watchers

Forks