Skip to main content

Galliventurer - Dreaming of a Universe

n. Galliventurer - one who adventures whilst gallivanting.

We have a name. A compound of the words gallivanter & adventurer it fits the game quite nicely. It will also be the name of the player's ship (though, you may be able to have many ships throughout the game).




Also trying something a little different for this project, practicing what I preach as it were. I'm actually going to plan this out a little bit before I ever actually write any code. Oddly I feel that most of my hair brain schemes of previous years have had a fast paced "rush to market before someone else thinks of this" attitude. So obviously there was no time to stop and take a moment to put any thought in before code went into editor. None of those projects ever made it out of the proof of concept phase oddly enough, no prizes for working out why.

In the spirit of all this, things are different this time around. Having given it even two minutes of thought there are several issues. 
  1. Prewarming the generation of the dynamically generated universe
  2. Mapping terrain tiles to a spheroidish shape
    1. traversal becomes an issue here (will there be giant bumps where tiles meet at the end caps??)
    2. Can I have the terrain tiles laid flat and then "move the terrain" around instead of the actual player object moving 🤔😬
  3. Making world's have enough "stuff" to be interesting but not every planet should be worth exploring for it's vegetation & fauna, after all our own galaxy has 8/9 planetoids with only one supporting complex life (that we know of at least)
  4. Space is gigantic stretches of nothingness - how can travelling be fun without being too overloading with aliens etc.
Basically it all stems from problem 1. How to have some of the universe pre-generated, so when you plop down in a random sector at the start of the game there isnt a massive wait time for the game to generate and load that sector. 

Enter galliventurer.com where the function(s) for kicking off the generation of the game universe will be connected to a site that people (mainly me at first I guess) can provide a nudge to generating and "discovering" a portion of the universe!

Comments

Popular posts from this blog

How to Think

Moving an arm and thinking about moving an arm are two vastly different things. Even thinking about thinking about moving an arm is a natural thing to do even if reading it is very odd. Now the hard part, how to you design thinking ? The deliberate process of simulating scenarios to either logical or illogical ends would seem like a great fit for computers that can do millions of calculations a second. The slow an deliberate winding down a thought path seems to be the missing link to truely intelligent machines. We are very good at making machines. Even more so machines that actually produce things and have purpose. Since the earliest primitive forms of man, our tools are defined by their use. Or more aptly by the end result they achieve. So what is the end result of smart machines? To drive our cars, build our structures, do the heavy lifting and manage our lives? To do all that the ability to compute and apply action is needed but not actual thought. Most business tools and modern ap...

The Worker Bee

Do what you're told, follow the rules, don't over step your bounds, stay in your lane. The true cornerstone of modern enslavement to work. "We can't all live our dreams", why is that? Because then we'd have to change, to collectively actually think and enact a way all people could realistically achieve a base standard of living & contentment. Allowing people's mind free reign on real questions rather than worrying where the next meal is coming from & keeping the lights on.  Bee animation by  Joe le Sale While I have no answers to life's great mysteries, I do know this about the meaning of life - it definitely isn't to toil & labour day in and day out to fill the wallet of our bosses or investors. So how is it that we find ourselves with that holding such a giant sway over our lives? This of course is rhetorical, we all know the answer, you don't bite the hand that feeds you. Which brings the problem in to sharp focus, we no longer ...