Bob's Game
11–20 of 86 posts
Re: Bob's Game
#12Interestingly enough, I bet the idea of staying in a room with a shower, and food delivery for 100 days doesn't seem like that big of deal to most people anymore.
Re: Bob's Game
#13Re: Bob's Game
#14Repo: https://github.com/bobsgame/bobsgame/ (deleted, see edit below) I looked at it a few weeks back and it's really strange. It has really weird restrictions that don't make any sense regarding the license - I'm not even sure if they even are legal. The author claims he is sharing the source but that nobody else can fork it, unless they fork it on GitHub?! Anyhow, within a few seconds of reading the source you'll f…
Your link is already 404ing a minute after you posted it. Is it possible Bob is reading this thread and already removed it?
Re: Bob's Game
#15I had never heard about this, but my first reaction is that I feel bad for this guy, because if you consider that he was self taught he really was very talented. Checkout the gameplay videos. He wrote all of that himself in C++ and did the graphics with seemingly no training. I'm not saying it would've been a great game, because I don't know that, just that he as an individual could've been successful. I read the boo…
Re: Bob's Game
#16Essentially, TempleOS, but a video game.
Re: Bob's Game
#17Interestingly enough, I bet the idea of staying in a room with a shower, and food delivery for 100 days doesn't seem like that big of deal to most people anymore.
Re: Bob's Game
#18Repo: https://github.com/bobsgame/bobsgame/ (deleted, see edit below) I looked at it a few weeks back and it's really strange. It has really weird restrictions that don't make any sense regarding the license - I'm not even sure if they even are legal. The author claims he is sharing the source but that nobody else can fork it, unless they fork it on GitHub?! Anyhow, within a few seconds of reading the source you'll f…
I don't know if the wording is legalease enough to be enforced, but of course a license like this is legal. Just because you can see the source code doesn't automatically grant you any privileges with it. He is saying he is only allowing unmodified redistribution. With an exception that you are allowed to distribute a modified version of the source code for the sole purpose of submitting a pull request.
One problem he might get into is if accepts non-trivial pull requests, then the contributors copyright would come into play, and things could get hairy.
Re: Bob's Game
#19I had never heard about this, but my first reaction is that I feel bad for this guy, because if you consider that he was self taught he really was very talented. Checkout the gameplay videos. He wrote all of that himself in C++ and did the graphics with seemingly no training. I'm not saying it would've been a great game, because I don't know that, just that he as an individual could've been successful. I read the boo…
From the Wikipedia article:
> The author says that he wrote the game originally in C, switched then to Java, and later converted it with an automatic code converter to C++.