https://github.com/foxtrotsierra6829/pushy-react
Porting of my Pushy Island Greenfoot Edition (Java) to React
https://github.com/foxtrotsierra6829/pushy-react
lernwerkstatt pushy pushyisland react reactjs
Last synced: about 1 month ago
JSON representation
Porting of my Pushy Island Greenfoot Edition (Java) to React
- Host: GitHub
- URL: https://github.com/foxtrotsierra6829/pushy-react
- Owner: FoxtrotSierra6829
- Created: 2021-01-20T00:07:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T11:10:02.000Z (about 3 years ago)
- Last Synced: 2025-01-21T07:14:59.269Z (over 1 year ago)
- Topics: lernwerkstatt, pushy, pushyisland, react, reactjs
- Language: TypeScript
- Homepage: https://pushy.florian-scheuner.de
- Size: 30.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pushy-React
Pushy Island recreated in ReactJS
Port-Over/Rebuild from existing [Greenfoot/Java Project](https://github.com/FoxtrotSierra6829/PushyGreenfoot)
> [!NOTE]
> Disclaimer: This project is based on the educational game _Pushy Island_ from Medienwerkstatt Mühlacker Verlagsges.mbH. No original arts or code were used.
## [Try it out now!](https://pushy.florian-scheuner.de/)

# Getting Started
## Available Scripts
In the project directory, you can run:
### `npm install` or `npm i`
Installs the required dependencies
### `npm run dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) (default port) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!