Control an army of troops by moving points on your war front line.

Mon
Wed
Fri
Less
More
0 Hours Spent Dev
0 Hours Spent Art
0 Plays on Shiba
Give Feedback
Paw
Caleb
59min7:47 PM10/20/25

My next demo!

Since the last demo I have added a ranged enemy, improved projectile collisions, added a shop where you can place down the points on troop's lines and made orcs drop coins.

Next I will be adding quality of life changes, more levels, enemies and troops, and polishing the game.

GitHubAdded a sixth level!+144-5
GitHubUpdated projectile collisions.+77-34
1hr 21min9:21 AM10/19/25

Shiba Moment 8!

The arrows now face in the right direction and I have revamped projectile collisions. Now they can go through friendly troops and water. This means the arrows from the Arrow Casters don't get stuck on the Soldiers and Hammer Knights. It also means the water can be used strategically.

Next I will submit my next demo, marking 30 hours of work!

0199fbc3-cba1-734b-aabc-59bd608153ed.png
1hr 15min5:55 AM10/19/25

Shiba Moment 7!

Now there is a shop panel. Players can purchase the line of a troop, then place down the two points. The preview line will then get replaced by a line with troops on it who now start in their right place instead of having to move to it when the line is first placed down.

Ignore the arrows not facing in the right direction, I haven't gotten around to fixing that yet.

GitHubTroop lines can be bought with money and troops spawn in their positions on the line.+582-57
1hr 23min9:58 AM10/16/25

Added a shop GUI that automatically adjusts its position based on screen size.

0199ec74-6886-7b9a-9f26-1753fc587229.png
3hr 47min9:57 AM10/14/25

Shiba Moment 6!

Created a scene that allows the player to draw a line. When the player finishes the line, it is then replaced with a troop line.

Next, I will link this up with the shop I made so players can draw their lines of troops onto the screen.

GitHubPlayer line drawing now works and line is replaced with troop line when confirmed+8-12
GitHubStarted work on instancing troop line to match player drawn one+14-1
GitHubStarted working on player drawing lines+108-6
GitHubStarted modeling the shop+179-7
GitHubFixed bug with Cannoneer+6-17
GitHubCannoneer now shoots cannon balls+242-15
GitHubCreated Cannoneer enemy+314
GitHubAdded sprite sheet for the new Cannoneer enemy+35-1
4min10:37 AM10/09/25

Shiba Moment 5

Just a quick Shiba Moment this time, a screenshot to showcase the new unit, the Arrow Caster. The Arrow Caster is a cross between a mage and an archer, a unit who uses magic to summon arrows which homes onto enemy targets. Here is a picture of what they look like in action:

0199c88a-d581-71ad-9074-368336fad77d.png
3hr 28min10:18 AM10/09/25

A new demo is here!

I added a new ranged unit, did some balancing, added a new level and added sound effects + a slider for volume.

I hope you enjoy!

GitHubAdded a new level and did some balancing+196-27
GitHubFixed bug with hurtboxes and Arrow Caster+15-19
GitHubEdited hurt sound and arrows now lock onto and damage targets.+62-53
GitHubAdded arrow caster and arrow spawning+438-2
1hr 43min12:46 AM10/09/25

Shiba Moment 4.

Because of the feedback I got from the playtests, I realised I needed to add sound effects and a menu to adjust volume. I downloaded some free sound effects from pixabay. I don't think you can hear anything but you can see the new main menu and the volume sliders.

Next I will start adding some new units, enemies and levels. I also want to add a new morale mechanic and the ability to buy and place your own units.

GitHubAdded options to change volume of music and sfx+276-1
GitHubAdded texture for Arrow Caster unit.+34
GitHubAdded sound effects+197-5
2hr 19min10:46 AM10/05/25

Improved enemy navigation. Now enemies will sometimes navigate around troops if it is convenient. This should stop players just chucking a wall of troops down in one spot. I also reworked the hitbox and hurtbox system the way GDQuest does it because I like their approach. In addition to their system I added knockback.

Sorry for not doing Shiba Moments for a while, I spent a lot of time trying to get a playable version for the web. I guess this is Shiba Moment number #3 even though it should be #4.

GitHubAdded hitboxes, hurtboxes and improved navigation to account for troops.+126-58
GitHubAdjusted troop spawning and created new level+108-14
30min11:00 AM10/03/25

Fixed issue with levels not loading and composed music.

GitHubImplemented Music+33-2
GitHubFixed issue with levels not loading+15-19
4hr 24min9:16 AM09/27/25

My first playable demo. The game is like a cross between a tower defence game and a real time tactics game. You have 5 health total. Enemies are trying to navigate to the blue dot. If they make it there, like in a tower defence game, you take damage.

Instead of using tower, you have line(s) of troops which you control by left clicking and dragging the two points on the lines. You can control the camera by right clicking and dragging.

I hope you enjoy my game.

GitHubCreated a playable prototype of the game+1240-21
GitHubCreated a wave controller node which manages waves and enemy spawning+117-6
GitHubFixed up bugs in enemy navigation+15-5
3hr 22min9:53 AM09/21/25

Shiba Moment #2. At this stage I added health and attacking for both troops and orcs and now both take damage and can die. I added a new hammer troop which you can see down the bottom and it can also attack and take damage, although I didn't show case it yet in the video.

I used a free, unlicensed tileset for testing purposes so I could get navigation working! Enemies now find the quickest route to a specific point, navigating around obstacles. It works pretty well but I still have some bugs to fix up.

GitHubOrcs now have pathfinding+29-8
GitHubDecided to pivot and revert to old troop movement+35-62
GitHubAttempted to implement NavigationAgent2D into troop movement.+528-42
GitHubAdded new troop and reorganised file system+312-37
GitHubAdded troop attacks+626-14
4hr 20min4:33 AM09/14/25

For my first Shiba Moment, I added some troops that currently just spread out along the line, moving to their positions dynamically based on troop count as the line changes. There is an enemy troop, an orc who follows and attacks nearby troops. Currently the soldier cannot attack the orc.

The points on a line can be dragged and attached together, allowing the player to adjust the positions of their troops and create complex formations.

Next I will add troop attacks so they can fight back against orcs.

GitHubRemoved the enemy lines and instead implemented an individual orc.+198-183
GitHubStarted to create an enemy ai+173-5
GitHubEntire lines are now draggable.+17-1
GitHubUpdated Line Scene so root node is Line2D+14-19
GitHubAdded support for multiple lines at once.+49-15
GitHubAdded a basic troop which moves with it's line.+91-26
GitHubAdded Line2D with draggable points.+394-32
GitHubInitial Project Commit+1-1498
GitHubChanged lower case i to capital in comment+1-1
GitHubFixed purple bullet powerup+1-1
GitHubPurple bullet powerup fix+20-2
GitHubfirst commit+1
GitHubAdded first powerup for purple bullet+8-3
GitHubAdded my character controller, shooting, 4 colours of bullets and a very basic enemy.+2522-46
GitHubfirst commit+1
GitHubInitial Commit of My Project+2751

Expand Journey

Comments

Leave a comment...

Nothing to preview yet. Switch to Raw to write your post.

Select rating

No comments currently