The Neverending Party
A downloadable game
Status | Released |
Author | ydz |
Genre | Role Playing |
Download
Download
neverending-party-master.zip 583 kB
Install instructions
The game was made with create-react-app. You can run it with the following steps:
- Ensure you have NPM installed.
- Open up Terminal, and run 'npm install' inside the unzipped folder.
- Run 'npm start' and your game should open up in a new browser window. If not, open a new browser tab and go to the url 'localhost:3000' to play the game!
Comments
Log in with itch.io to leave a comment.
Hi,
you should set your Project to HTML5 so people can play the game directly in the browser.
Here is the guide:https://itch.io/docs/creators/html5
Thanks, I ran into some last minute Webpack issues when creating the production build, that's why I submitted the source code instead. I've since fixed the issue, but it's too late now for the purpose of the game jam...