Skip to content

jamiegyoung/f28wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Type Titans

A Slightly rushed MMO where you take on a titan with your tapping skills!

Live link to the Game: https://f28wp.jamieyoung.tech/

concept-art Note: concept art

Development setup

If you do not have node and npm, download it using the instructions on node's website.

After installing, you will need to install yarn using the following command

npm install -g yarn

After this has installed, go into the app directory and install the dependencies

cd app
yarn

Then go into the server directory and install it's dependencies also or from f28wp

cd server
yarn

After installing all the dependencies, you can now build the app by going into the app directory and running the build command

cd app
yarn build

After this is complete, you may enter the server directory and run

cd server
yarn start

or

cd server
yarn start-dev

Note when using the dev version, some urls/ports are hardcoded in the app and therefore will have to be changed manually (this will hopefully be changed sometime in the future), the default port to look for is 30284?

About

Web Programming Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published