GitXplorerGitXplorer
c

PepperTown

public
40 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
036fb1dfe9d4e9bf0fc7a76c821567c79b3c28c3

Bump cross-spawn from 7.0.3 to 7.0.6

ddependabot[bot] committed 2 months ago
Unverified
5a22f6e5314a82936b23a9af7e9cea07fe2c1ede

Update yarn.lock

ccxong committed 3 months ago
Unverified
a68c04703782f8fe84b27d9087ff15a666c89df8

Update browser-sync

ccxong committed 4 months ago
Unverified
cdb688866cc70fad0ac0f23fdd53f48101a7120f

Update yarn.lock

ccxong committed 4 months ago
Unverified
6559a07c3b0ac8f4cc2a7d2c41016119f91893e9

Bump micromatch from 4.0.7 to 4.0.8

ddependabot[bot] committed 5 months ago
Unverified
de098d344ff67f892411b58578605a2e4ae55bf9

Bump webpack from 5.88.0 to 5.94.0

ddependabot[bot] committed 5 months ago

README

The README file for this repository.

PepperTown

An RPG-themed idle game, Play Online

Licenses

Featuring characters and art from Pepper&Carrot by David Revoy https://creativecommons.org/licenses/by/4.0/

Dialog by StarNavigator

Code: based on https://github.com/nkholski/phaser3-es6-webpack

GFX:

Music: Adorable Ache by Dragor, http://creativecommons.org/licenses/by-nc-sa/3.0/

SFX:

Font: Three Little Bitmap Fonts by Buch, http://creativecommons.org/publicdomain/zero/1.0/

Setup

You’ll need to install a few things before you have a working copy of the project.

1. Clone this repo

2. Install node.js and yarn:

https://nodejs.org/en/

https://yarnpkg.com/

3. Install dependencies:

Navigate to the cloned repo’s directory.

Run: yarn

4. Run the development server:

Run:

yarn run dev

This will run a server so you can run the game in a browser.

Open your browser and enter localhost:3000 into the address bar.

Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser.

Build for deployment:

Run:

npm run deploy

This will optimize and minimize the compiled bundle.