A simple cross platform capybara clicker game written with ebiten. Can be run on web!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kasianov Nikolai Alekseevich d96f2bd51f README: Added README 2 weeks ago
build FEAT: Added touch support 1 month ago
src LICENSE: Added note to the file 2 weeks ago
.gitignore Initial commit 5 months ago
COPYING LICENSE: Changed license to AGPL; added notes in each file 1 month ago
Makefile FEAT: Added touch support 1 month ago
README.md README: Added README 2 weeks ago

README.md

Capyclick

A simple cross platform Capybara clicker game

Features

  • Leveling system
  • Mandarin rain event
  • 3 types of capybaras
  • Audio level control (keyboard only)
  • Responsive to window size change rendering
  • Mouse and touch input controls
  • Save files

Flags

  • -silent -> All console messages will not be outputted
  • -version -> Prints version information and exits
  • -saveFiles -> Saves all game progress and window parameters to separate files. Progress will be imported from these files as well if the flag is present (false by default in order for web to work out of the box)

Build

You'll need Go installed (and make if you're on *nix system for an easier build).

cd in src directory, run go build, now you should have a single binary for your platform which contains the whole game with all resources embedded. Highly portable!

or

Run make in the root directory of repository. You will get the binary in the bin/desktop directory. Makefile also allows you to easily cross compile to WASM with make web and Windows along with your platform with make desktop. To compile both for web and for desktop - run make cross.

License

AGPLv3