Skip to content

Ozzie-code-alt/ReactBeshie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactBeshy

React program that has a couple of features such as games and a "Beshyfied" output text

Features

  • game
  • physics
  • Fullscreen mode
  • Cross platform

Run Locally

Clone the project

  git clone https://github.com/Ozzie-code-alt/ReactBeshie

Go to the project directory

  cd ReactBeshy

Install dependencies

  npm install vite@latest
  npm install matter.js

Start the server

  npm run dev