Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Nano tOwErsView game page

Build towers to prevent monsters from destroying your flag!
Submitted by bohonghuang — 2 days, 10 hours before the deadline
Add to collection

Play game

Nano tOwErs's itch.io page

Results

CriteriaRankScore*Raw Score
Entertainment - how enjoyable is it?#113.3344.250
Presentation - how does it look/feel?#113.4324.375
Overall#173.0403.875
Creativity - how original is the idea?#312.3533.000

Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Readme mentions that I have to correctly install EON framework, but framework’s github page is missing installation instructions 😔 So I’ve just run the windows version using Wine.

That’s quite couterintuitive that menu items should be activated with X key instead of Enter, and hitting Esc seems to make it hang.

Overall, it was quite fun and addictive to play. Congrats on doing 3D game in CL, that’s a rare achievement!

Developer (1 edit) (+1)

Thank you! It is true that the documentation of the EON framework does need improvement, and deployment is also a problem when not using full static linking. I must admit that using the Z/X keys to confirm or cancel is counterintuitive for most people, and I originally thought so too. However, it seems to be a default key for many emulators (such as mGBA), so I adopted it. Since the game fully supports game controllers, I hope to provide a reasonable keyboard-to-controller button mapping by default. In any case, thank you very much for your feedback!

Submitted(+1)

This is extremely impressive. How much experience do you have making games? I can’t imagine how dedicated I’d have to be to make a game like this with the time limit!

Developer(+1)

Thank you! Although I'm not a full-time game developer, I have several years of experience in game development, mostly coding games from scratch without using game engines. During this Jam, I spent an average of 5 hours per day on this game and wrote about 1500 lines of code in total. Most of the common systems, such as the GUI system and particle effects system, are included in my game framework EON and were written before the Jam started.

Submitted(+1)

Overall a very well-made game! I didn't get too far but it's quite fun.

Developer

Thank you!

Submitted(+1)

Brutally hard, but fun!

Managed to get to wave 5.

Developer (1 edit) (+2)

Thank you for the feedback! Here are some tips: If you miss killing enemies during a wave, you should consider building more round-type towers. If you fail to defeat the bosses at the end of a wave, you should consider building square-type towers.

Submitted(+1)

too hard

Developer

Thank you for your feedback. The levels are designed so that they require careful tower placement to pass.

Using a single type of tower or placing them in positions that do not match their attack characteristics usually makes it difficult to pass the levels. Additionally, towers can be built during the enemy's attack, so you can strengthen your defense anytime as long as you have enough money.

Submitted

Yeah, I have completed first level only with combinations of two type of towers.  Next levels will be soon.

Submitted

And (probably) I met memory leak after 2 hours of playing. 

Developer

This is caused by unreleased model resources, which has been fixed in the latest Git commit. Thank you!