Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dress-Up Game

About

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.

URL to webpage

Compatability/Accessibility

  • 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

Credits

Image Attributions

  • All images are drawn by me on Pixlart

Audio Attributions

Font Attributions

Important Information for Downloading Packages

Applications Needed

  • Node.js
  • VSCode (or any IDE)
  • Google Chrome (or any browser)

Packages Needed

  • 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

How to run webpage (if you're using Node.js)

  • 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

File Overview

← 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

About

A game to customize the appearance and clothing of your character

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages