MCPcopy Create free account
hub / github.com/TheSeekerGame/TheSeeker

github.com/TheSeekerGame/TheSeeker @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
945 symbols 1,565 edges 71 files ⚖ custom 109 documented · 12% updated 3mo ago★ 11027 open issues

Browse by type

Functions 559 Types & classes 386
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

The Seeker

This is an extraction-vania game developed in Bevy.

Repo Structure

  • doc: mdbook sources for the documentation (see below)
  • assets: game data/assets
  • game: the source code of the game binary
  • engine: any custom "library"/"framework" source code that we make for the game

Documentation

Read it over at https://theseekergame.github.io/doc/ !

The source files are in doc in this repo, made using mdbook.

For docs related to the Rust source code, see: https://theseekergame.github.io/api/theseeker_game/ !

License

Game code is under MIT OR Apache-2.0.

Assets are under Creative Commons Attribution (CC BY 4.0), unless noted otherwise.

Fonts are licensed under the SIL Open Font License.

See LICENSE.md for details and attribution guidance.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Class 325
Method 290
Function 269
Enum 46
Interface 15

Languages

Rust100%

Modules by API surface

game/src/game/player/mod.rs82 symbols
game/src/game/enemy.rs70 symbols
engine/src/script.rs52 symbols
game/src/game/attack/mod.rs35 symbols
game/src/graphics/dof/mod.rs33 symbols
game/src/game/merchant.rs32 symbols
engine/src/audio/mixer.rs31 symbols
game/src/game/player/player_behaviour.rs29 symbols
engine/src/script/common.rs26 symbols
engine/src/physics.rs25 symbols
engine/src/time.rs24 symbols
game/src/game/pickups.rs22 symbols

For agents

$ claude mcp add TheSeeker \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page