Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple Cookie Clicker clone for the Game Boy with a twist, written in Nim.

NotificationsYou must be signed in to change notification settings

ZoomTen/pocket-clicker

Repository files navigation

A Cookie Clicker clone for the Game Boy written in Nim! (plus my owncrt0 and basic routines in ASM)

Unlike mylast proof-of-concept, this time I try not to depend too much on GBDK (particularly the GB-specific part), but rather to try and compile everything from the C that Nim generates.

(Pokémon-theme hopefully temporary)

How to build

For best results, do this in a Unix-like environment.

Requirements

Steps

  1. Ensure theGBDK_ROOT environment variable points to your GBDK 2020 installation folder.
  2. Clone the repo:
git clone https://github.com/ZoomTen/pocket-clicker
  1. cd into the repo folder and run:
nim build
  1. To clean up the repo folder of generated files including the ROM:
nim clean
  1. To clean up the repo folderexcluding the ROM and debug symbols:
nim cleanDist

About

A simple Cookie Clicker clone for the Game Boy with a twist, written in Nim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp