Skip to main content

cege_gopher

A Karel-style grid robot for teaching introductory Python, themed as Goldy Gopher. Written for CEGE 3101 — Computer Applications I at the University of Minnesota.

Ported from the MATLAB robot used in earlier offerings of the course, which was itself a port of the KAIST CS101 HUBO exercise (otfried/cs101) — Karel the Robot, at the root of it.

Why this exists

The original libraries open a live window and animate each command as it runs. Google Colab cannot host one.

So this version records, then replays. Every command appends a frame to a buffer; nothing is drawn until show(), which renders the whole run as an inline animation:

write the whole program → run the cell → watch it play back

Students never drive the robot interactively; every program is pre-coded, which is also how the homework is graded.

Install

pip install cege-gopher

Or, from the course repository:

pip install "git+https://github.com/benchoi93/CEGE3101_Computer_Applications.git#subdirectory=packages/cege-gopher"

The 13 world files ship inside the package, so nothing needs uploading — load_world("harvest1.wld") just works.

Use

from cege_gopher import *

load_world("harvest1.wld")       # or: create_world(10, 10)
goldy = Gopher()
goldy.set_trace("maroon")

while goldy.front_is_clear():
    if goldy.on_carrot():
        goldy.pick_carrot()
    goldy.move()

show()                           # the animation renders here

list_worlds() returns the bundled world names.

API

Module create_world(avenues, streets), load_world(name), list_worlds(), show(fps=), show_final(), get_world()
Move move(), turn_left(), turn_right()
Carrots pick_carrot(), drop_carrot()
Sense front_is_clear(), left_is_clear(), right_is_clear(), facing_north(), on_carrot(), carries_carrots()
Display set_trace(color), get_pos()

Robot is an alias for Gopher, and pick_beeper/pick_coin for pick_carrot, so code written against cs1robots or the MATLAB version still runs.

A bug fixed in this port

The MATLAB version had leftIsClear and rightIsClear swapped — facing east it checked south for "left", when turnLeft rotates counter-clockwise (E→N) so left of east is north. This port uses left = (-dy, dx), right = (dy, -dx).

License

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cege_gopher-0.6.3.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cege_gopher-0.6.3-py3-none-any.whl (27.8 kB view details)

Uploaded Python 3

File details

Details for the file cege_gopher-0.6.3.tar.gz.

File metadata

  • Download URL: cege_gopher-0.6.3.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cege_gopher-0.6.3.tar.gz
Algorithm Hash digest
SHA256 c98fb4b85df3ee7c51575ba94e873d9d31b76dc3629bafce09fb7866ba4daa5f
MD5 13c2790e0da9c1c045b3d7b9e3a92ec7
BLAKE2b-256 c2154caab2af43ba559e6b052d70ad59cac91afd30331347c605631d33654cd5

See more details on using hashes here.

File details

Details for the file cege_gopher-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: cege_gopher-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cege_gopher-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6c57a685b7a29c4e470e2f9d3ec907363e1ff0d2214ecdfd4f26713cb50e9246
MD5 6d8849b6851ae01cfcbd5b2635f15022
BLAKE2b-256 edf9c8332d685042acd1979ccad41ffb5d6b3c6d0c2f7d50fef7f9b7279210b0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.3 This release

2 files

0.6.1

2 files

0.6.0

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page