FIELD NOTES / BROWSER GAME / ACTION RPGRETURN TO THE VOID
Playable on itch.io

CapySouls

Small capybara. Unforgiving realms. Earn the next step.

CapySouls official cover artworkCapySouls / OFFICIAL GAME ARTWORK
THE IDEA, MADE REAL

A Souls-inspired, 2D browser action game built around deliberate combat: attack, manage stamina, dodge at the right moment, and survive the next encounter. The unlikely hero is a capybara.

Five realms, six weapons, a merchant, and character upgrades give each run a rhythm of risk and preparation. Published on itch.io with keyboard controls and mobile touch controls, CapySouls makes that loop accessible without an installation.

5Realms to explore
6Weapons in the published game
THE CENTRAL QUESTION

Can a tiny browser game make every dodge feel consequential?

CapySouls brings deliberate combat and a between-fights progression loop to a 2D capybara adventure that launches in the browser.

01 / AT A GLANCE

Committed combat

Attacking, stamina management, and timed dodges create the immediate survival loop.

02 / AT A GLANCE

A reason to continue

Five realms, six weapons, a merchant, and character upgrades give each encounter a larger context.

03 / AT A GLANCE

Accessible delivery

HTML5 Canvas, keyboard controls, and mobile touch controls support a no-install release.

01THE COMBAT LOOP

A small hero with very little room for error.

CapySouls borrows the appeal of Souls-inspired combat: pay attention, commit to an attack, and choose the moment to dodge. Stamina creates a limit on repeated actions, while dodge timing creates a way to survive through skill. The capybara protagonist gives that demanding loop a playful identity.

The JavaScript and Canvas implementation makes the relationship between input, movement, collisions, damage, and feedback central to the build. Desktop controls use movement keys with dedicated attack and dodge inputs; the published itch.io page also describes touch controls for mobile play.

02THE PROGRESSION

The next fight starts at the merchant.

Combat feeds a second loop of preparation. Token rewards, character upgrades, and the wandering merchant turn an encounter into a decision about what comes next. The published game offers five realms and six weapons, including a lightsaber, with equipment and passive upgrades that change the way the player approaches a run.

The screenshots show these quieter moments as well as realm completion. That matters because progression is part of the experience: a reward screen closes one challenge, a shop creates a choice, and the next realm tests the result. The game’s identity comes from the rhythm between those states.

03THE BUILD

A playable system, end to end.

The project connects a real-time game loop with menus, equipment, upgrades, and a browser release. Each part has to agree about the player’s current state. An upgrade should affect play; a cleared realm should lead to the next step; a restart should make the new attempt understandable.

CapySouls is published on itch.io with a source repository alongside it. The listing describes further boss fights and additional content as future work. The current showcase focuses on the released combat and progression systems, with the public play page providing the most direct way to experience them.

FROM INTENT TO OUTCOME

How it comes together.

  1. Enter a realm

    Read the space, move into position, and choose an opening.

  2. Fight deliberately

    Balance attacks, stamina, and dodge timing to survive.

  3. Spend the rewards

    Use the merchant and upgrades to prepare for what comes next.

  4. Push further

    Clear the realm and continue into the next challenge.

THE TAKEAWAY

The systems create the adventure.

CapySouls shows how combat timing, rewards, equipment, and progression can combine into a complete browser-game loop, with a distinctive character at its center.

SOURCES & CONTEXT

Features, cover artwork, and screenshots follow the published itch.io listing. The source repository documents the JavaScript and Canvas implementation. Planned boss content is not presented as already released.

BACK INTO THE UNKNOWN