A Night in the Woods Sharkle app built with Electron.
Overview • Key Features • How To Use
Sharkle is a silly little desktop application based on the icon on Mae's desktop in the game Night in the Woods. When clicked Sharkle displays a greeting message and plays one of seven sounds.
- Plays seven different silly noises
- Can be dragged to any place on the desktop
- Change colour from white to black and flip direction
- Lives in tray/menubar
- Cross platform
- Compatible with macOS and Windows (not tested on Linux)
- Brings joy! 😃
To clone and run this application you'll need Git and Node.js (which comes with npm) installed on your computer. From your terminal or command line enter the following:
# Clone this repository
$ git clone https://github.com/crazy-calypso/sharkle.git
# Go into the repository
$ cd sharkle
# Install dependencies
$ npm install
# Run the app
$ npm start