This is a game where you can choose the outfit and customize the appearance of your character. Currently, there is only a female option for customization. The dress-up options are also limited, but I plan to add a lot more in the future.
- I have only tested this webpage on a Google Chrome Browser. It is possible that it won't be compatible with other browsers
- After clicking the done button successfully, the character container is no longer responsive to immediate media width/height changes due to added animations
- All images are drawn by me on Pixlart
- Loop003-pop.wav (Background music) by bebeto
- Button-Click-2.wav (Button SFX) by Mellau
- Minecraft.ttf by Crafton Gaming
- Node.js
- VSCode (or any IDE)
- Google Chrome (or any browser)
-
Express.js (The libraries and dependencies can be found in package-lock.json)
-
To install Express.js, navigate to the project directory, and run the following command prompts (for Windows, use npm.cmd instead of npm)
- npm init -y
- npm install express
-
More command prompts if necessary
- npm install ejs
- Navigate the project directory
- Type "node server.js" if you are only interacting
- Type "npm run dev" if you want to continuously edit this webpage (for Windows, use npm.cmd instead of npm)
- Go on your browser and type "localhost:3000" in the search bar
← README.md
- This file currently, shows details about how this webpage works
← index.ejs
- HTML file that shows content of the webpage
← style.css
- CSS file that customizes that content of the webpage
← script.js
- Javascript file that adds interaction to the webpage and listens for events
← server.js
- Javascript file that connects the code to server
← package.json, package-lock.json
- Shows the necessary libraries/packages/dependencies for Node.js to run Express.js