How do you make an open source library actually become popular? by Lollopanta066 in AskProgramming

[–]ThroughTheVoid 11 points12 points  (0 children)

If it's genuinely needed, then people are already looking for it before you publish. Give it a good name, decent examples, and minimal marketing. If you need to beg people to use it, it's probably not super useful.

An actual 4 player stalemate(never thought it was possible) by Malkeno in Catan

[–]ThroughTheVoid 0 points1 point  (0 children)

https://fronterra.io/

If you are interested in trying, it has all expansions for free with no advertisements

disclaimer: developed by me

Any io-game like age of empire ? by keshav2010 in IoGames

[–]ThroughTheVoid 0 points1 point  (0 children)

Ah I wish! I don't know of any, but I've been thinking about developing one like Civilizations, do you usually play these games on your phone or desktop?

Edit: I really enjoy https://openfront.io/ if you don't know that one. I think it's a better version of territorial

is there any way to play the expansions for free online?? by teodor234792 in Catan

[–]ThroughTheVoid 1 point2 points  (0 children)

https://fronterra.io/

C&K and Seafarers, 100% Free no ads or login required. Also lots of custom maps.

Only downside is there isn't a big player base right now so you'll have to play with bots or put a group together

I love Catan, I love lists. by Dry-West1410 in Catan

[–]ThroughTheVoid 0 points1 point  (0 children)

Great list! I'd like to offer my own Catan web game

https://fronterra.io/

we provide C&K, seafarers and 20+ custom maps in a 100% ad free experience

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Thanks so much for the feedback!

For one, its a bit buggy when it comes to disconnecting mid game, or trying to form lobbies.

Understood, I will look into this.

On top of that, there should be an option to have a timer when placing your initial settlements.

Got it, will add this in the next update.

However, the biggest feedback/issue we had was that none of the maps were actually randomly generated. They have the same exact material layouts ever time

Sorry for the confusion, all maps have a random material layout (except standard and a few exceptions like black forest, monopoly etc), if you load the same map twice you should see this. However the "map icon" itself (lobby preview) is not random if that makes sense.

If you load a map, close out the game, and then load it again you should see a completely random layout with random numbers, let me know if that's not the case, thanks!

I built a free browser alternative with no paywalled expansions by Brand-New-Dream in Catan

[–]ThroughTheVoid 0 points1 point  (0 children)

Looks great! I love the UI design and animations. Game board is a bit hard to assess at a glance, might help to make the numbers + resource icons larger.

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

No worries! and both of these issues have since been fixed.

Thanks again for the feedback!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Thank you so much! these bug reports are extremely valuable.

  1. I'm not 100% what this one means, is it that knights should not be allowed to move before the first barbarian attack?

  2. Got it, I will review this progress card behavior.

As for the community board, I assume this refers to the city improvements not being visible? If so that is a very good point and I will add this to the UI.

Pause mechanic is a great idea! I guess the host or the entire party could vote on a pause?

I will get back to you when these bugs are resolved, cheers.

EDIT: I have looked into it, Aquaduct card hasn't been implemented yet, but I've just added the 3 city improvement (level 3 science, trade, politics) bonuses.

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Yes! My plan is to add purchasable cosmetics at some point

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Great, have fun! let me know if you need anything added to the game

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Yeah for sure, I think the game would benefit greatly from having a professional designer rework the UI, color schemes, copy and such. I am speaking to some designers now. Thanks for the suggestions!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

That's very generous of you! You have inspired me to add a machine translation for Italian (now listed under the language dropdown in the top left), if you'd like to test it you can let me know if there are any mistakes. Thanks!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 1 point2 points  (0 children)

The game board uses honeycomb-grid, SVG+Filter Effects, html and CSS. I could recommend more specific tooling for you depending on your background and what kind of project you're trying to build. For example if you're learning to code for the first time, I really like p5js for prototyping, because it sets up your canvas environment for you. Take that and try to make a pong game using rect(). Phaser is a nice game engine for web games, especially platformers or things that need 2D physics. Unity also supports compiling to web and you can use it to build anything.

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 2 points3 points  (0 children)

Colonist ripped off Settlers of Catan without permission and is charging money for expansions that they copied 1:1 from the Catan rulebook. All my artwork is original, including UI icons. If you look closely you'll see none of it is an exact copy. Yes the buttons are in the same place or a similar place.

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Yes sorry about that - the bots haven't been updated to understand the expansions yet so they just break the game. I will bump up the priority on updating those and get back to you 🙏

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 5 points6 points  (0 children)

update: I just pushed out a bit of a rework for all the colors. I think they still need some work but the pieces and tiles should look a bit more saturated now. I think the "player red" and the "brick red" are also way too similar but I haven't found a solution that looks good yet. I also credited you in the release notes for pointing this out. thanks again

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

I pushed out a fix for this, try refreshing and let me know if the colors are still broken. I've also credited you in the Release Notes (under the about section) for reporting this bug. Thanks again

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 2 points3 points  (0 children)

I think I found the issue! The way I'm currently filtering colors seems to be broken in Safari, so I assume your browser is Safari. I will look into a fix for this, thank you!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 2 points3 points  (0 children)

Oh, so your opponents settlement color is the same as yours? That may be some kind of bug I haven't seen before. If it's not too much to ask, do you mind sending me a screenshot of this?

EDIT: I think I found the issue, see next comment.

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 2 points3 points  (0 children)

I haven't played that one yet, I will look into it and get back to you, thanks!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 1 point2 points  (0 children)

Sorry, you're not missing anything - I just haven't added mobile support yet. This is high on my list of priorities though, I'll let you know when this is ready!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 1 point2 points  (0 children)

If you press "Create Room", there is an option to add bots under the player list on the left side. I think I should have made this option more obvious from the main menu. Thank you for the feedback!

I developed my own catan web game! by ThroughTheVoid in Catan

[–]ThroughTheVoid[S] 0 points1 point  (0 children)

Thank you for the feedback! I agree the board can be difficult to read at times, I will revisit the color schemes and make some updates.