Page 3 of 7

Re: The List

Posted: Sat Sep 21, 2013 7:13 am
by robly18
I recently found this... I guess you could call it a game?

http://projecteuler.net/

You might already know it, but here's how it works:
There's a bunch of mathemathical challenge you must solve, but most of them are most easily solvable by the use of coding. I've solved about 5 of them so far, and boy is progress going slow. But still, it's taught me a lot about optimizing code in lua, and I think I might use this to learn how to code python!

Re: The List

Posted: Tue Sep 24, 2013 11:23 am
by testtubegames
robly18 wrote:I recently found this... I guess you could call it a game?

http://projecteuler.net/

You might already know it, but here's how it works:
There's a bunch of mathemathical challenge you must solve, but most of them are most easily solvable by the use of coding. I've solved about 5 of them so far, and boy is progress going slow. But still, it's taught me a lot about optimizing code in lua, and I think I might use this to learn how to code python!
That's a neat one, I hadn't seen it before. I really enjoyed seeing the first problem (multiples of 3 and 5) and thinking 'okay, this is basic stuff'. Then, of course, jumping to the last page to see the real bruisers of problems at the end. Seems to get complex fast!

It's nice to see something like this set up as a challenge -- where each new level is a badge of pride to wear. Good luck with your progress in it, Robly!

Re: The List

Posted: Fri Nov 15, 2013 3:47 pm
by robly18
Oh, I got a new one!
This is actually something I found in '09, but didn't have the smarts to do anything worth the effort.
Then the other day I remembered its existence, looked it up, and found it!
Sadly, the community appears to be dead. Oh well.
Anyway, it's called Golems, and it's a... I guess you could call it a physics simulator, but that doesn't quite describe it. So I'll leave a video that does:
http://www.youtube.com/watch?v=0xjOxHamwMU
Enjoy.
Download link: http://golemgame.com/download.html
Unofficial forums (official ones are down): http://bgucfanforum.runboard.com/

Re: Golems

Posted: Sun Nov 17, 2013 12:07 am
by exfret
For some reason, it keeps on crashing when I try to run my machine. Any hints?

Re: Golems

Posted: Sun Nov 17, 2013 7:58 am
by robly18
exfret wrote:For some reason, it keeps on crashing when I try to run my machine. Any hints?
Huh, odd. Does it give any error messages or something?

Re: The List

Posted: Tue Nov 19, 2013 12:07 am
by exfret
robly18 wrote:
exfret wrote:For some reason, it keeps on crashing when I try to run my machine. Any hints?
Huh, odd. Does it give any error messages or something?
Nope, it just crashes. Do I need to have things like a floor, or should it always work?

Re: The List

Posted: Tue Nov 19, 2013 12:00 pm
by robly18
exfret wrote:
robly18 wrote:
exfret wrote:For some reason, it keeps on crashing when I try to run my machine. Any hints?
Huh, odd. Does it give any error messages or something?
Nope, it just crashes. Do I need to have things like a floor, or should it always work?
In theory it should work...
What OS do you have? I don't think it supports any other than windows, sadly :\

Re: The List

Posted: Tue Nov 19, 2013 1:47 pm
by exfret
It had a Mac download button, so it must work for Mac. I'm thinking I just did something wrong in the download process. Well, I don't really have the time or desire to play it anyways, but it does seem like a very interesting game. I like how they include lots of features. Lots of games don't have that depth, making them more like a proof-of-concept than a full-fledged game.

Re: The List

Posted: Sat Jan 04, 2014 11:31 am
by robly18
http://www.kongregate.com/games/krispyk ... the-people
This game.
Is hard.

I'm on level 11 with no clue as to how I'm supposed to do this.
Basically this is an electronics simulator. You get metal and two types of silicon: P and N. Your goal is to build things out of them, like adders and such. By placing one type over the other you create a gate. It's hard to explain, so I recommend you watch the video guide included.

Re: The List

Posted: Sat Jan 04, 2014 12:08 pm
by A Random Player
robly18 wrote:http://www.kongregate.com/games/krispyk ... the-people
This game.
Is hard.

I'm on level 11 with no clue as to how I'm supposed to do this.
Basically this is an electronics simulator. You get metal and two types of silicon: P and N. Your goal is to build things out of them, like adders and such. By placing one type over the other you create a gate. It's hard to explain, so I recommend you watch the video guide included.
I played that once. It was really confusing. I think I watched the video tutorial for level 1, went "what", copied their design, passed the level, and had no idea for level 2.