This is a NextJS web app that allows you to explore a pixelated world. You can walk around, interact with objects, and discover hidden secrets.
You can play the game here.
In order to run this project, you need to have Node.js and npm installed on your machine. You can download them from nodejs.org.
Install dependencies:
npm installTo run the app in development mode, use the following command:
npm run devThis will start the development server and open the app in your default web browser.
To build the app for production, use the following command:
npm run buildTo deploy the app on Netlify, you can use the following command:
npm run deployThis will build the app and deploy it to Netlify. Make sure you have your Netlify credentials set up in your environment variables.
