TIGSource Forums

Feedback => DevLogs => Topic started by: kurtss on May 18, 2012, 09:30:04 PM



Title: Bellare Terris - online RISK and stuff
Post by: kurtss on May 18, 2012, 09:30:04 PM
My friends and I made up a game (which I happened to name) called Bellare Terris which is basically Risk but with more customization. It uses turns I suppose and we play with dice. I'm going to be making it into an actual game.

(http://i.imgur.com/tTQRt.png)

Here you can select up to 3 territories. You'll have the chance to rename the territories at some point, but it'll cost you some nation points (basically stuff you gain every turn based on how many territories you have, and you can use this to make decisions etc.) You can also play during different eras (pre-1900s, 1900, 1960s, 2000s, future) which will change the map appearance and territories and what you can do. For example you can't build laser technology in pre-1900s but you can vaporize people in the future.


Title: Re: Bellare Terris - online RISK and stuff
Post by: DustyDrake on May 18, 2012, 09:37:21 PM
I miss read this as Bellare Tetris, so I was very confused when I saw a Risk based game.

Sounds good though, my uncle and I love Risk.


Title: Re: Bellare Terris - online RISK and stuff
Post by: kurtss on May 18, 2012, 09:39:05 PM
Haha, Bellare Terris is actually Latin for Warring Countries.


Title: Re: Bellare Terris - online RISK and stuff
Post by: Quarry on May 18, 2012, 10:39:45 PM
Bellare Tetris...
Bellare Terris!!!

Well, I'll be playing this just for ASCII grafix


Title: Re: Bellare Terris - online RISK and stuff
Post by: Pishtaco on May 19, 2012, 02:06:28 AM
Haha, Bellare Terris is actually Latin for Warring Countries.

I don't think so - if it means anything, surely it's something like "to fight against countries". Perhaps you want "Terrae bellantes".

(And I *think* that "terra" means country more in the sense of "piece of land" rather than "state".)


Title: Re: Bellare Terris - online RISK and stuff
Post by: Evan McClane on May 19, 2012, 07:09:50 AM
Terra is more like earth or ground, ex. terracotta statues.


Title: Re: Bellare Terris - online RISK and stuff
Post by: kurtss on May 19, 2012, 07:32:30 AM
Thanks for the corrections, damn Google Translate.  :facepalm: I think the translation makes sense either way, so whatever works.

Today I work on actual things! Like renaming, working with your population, etc.


Title: Re: Bellare Terris - online RISK and stuff
Post by: Quarry on May 19, 2012, 07:45:16 AM
I also guess you are using Slick2D, right?


Title: Re: Bellare Terris - online RISK and stuff
Post by: kurtss on May 19, 2012, 09:06:59 AM
I also guess you are using Slick2D, right?

Indeed I am.


Title: Re: Bellare Terris - online RISK and stuff
Post by: kurtss on May 20, 2012, 02:29:20 PM
Tried to make a bare-bone server using sockets, but it didn't work. Entire game froze when I tried to read ints. I guess I should try to find a tutorial for that one day.


Title: Re: Bellare Terris - online RISK and stuff
Post by: saint11 on May 20, 2012, 02:43:00 PM
Long live ASCII  8)


Title: Re: Bellare Terris - online RISK and stuff
Post by: kurtss on May 22, 2012, 06:17:10 PM
(http://i.imgur.com/5qIOd.png)

You can choose your countries' government types (which take longer turns to decide governmental decisions based on the government) or change the names of the countries. Also, their populations are small when they start out. Every turn they can either lose or gain populants based on a 10 sided simulated die roll.

(http://i.imgur.com/eJy5h.png)

And actions. They don't do much yet.