goobemaster / kodenkel-fo-hacking

Clone of the Fallout hacking mini-game, rendered into a browser canvas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kodenkel-fo-hacking

Clone of the Fallout hacking mini-game, rendered into a browser canvas.

You can try it out at: https://www.kodenkel.com/games/fo-hacking/

Showcase of the mini-game running in a browser

Have fun!

If you like this project, or found it useful:

"Buy Me A Coffee"

Pre-requisites

  • NodeJS
  • npm

Building

npm install
yarn build-all
yarn esbuild-browser:dev

Later on, just simply run the ./build.sh included.

Running it Locally

Serve up the contents of the work directory with your favorite web server.

PHP comes with a simple server. To use it, run the following in the work directory:

php -S localhost:7000

Then visit localhost:7000 in a modern browser.

About

Clone of the Fallout hacking mini-game, rendered into a browser canvas.

License:GNU General Public License v2.0


Languages

Language:TypeScript 83.6%Language:HTML 14.7%Language:JavaScript 1.5%Language:Shell 0.2%