Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 [2] 3 4 ... 424
16
Computer Projects and Ideas / Re: Nightmare
« on: September 10, 2012, 10:51:34 am »
Quote
EDIT: Game is currently not working on the gallery... trying to fix

I see, I'll try that Greenfoot thing, I hope it's cross-platform. Good luck fixing it!

17
Computer Projects and Ideas / Re: Nightmare
« on: September 10, 2012, 07:58:30 am »
There used to be a way to play this on the browser, is it still possible? I can't find it :s

18
Computer Programming / Re: How do you make games with coding???
« on: August 29, 2012, 03:00:57 pm »
Basically games are made up with a main loop. What happens is this:

1. Game starts
2. All the windows are set up and so on.
3. You enter the main game loop
4. The loop continually does the following:
   a. Get input, and process it
   b. All game logic (i.e. move sprites, updates positions, and checks collisions.)
   c. Update the screen
   d. Goto [a].
5. Thats it :)

Here is some Pseudo-code of the main loop.
Code: [Select]

while(running){
while(SDL_PollEvent(&Event)) // Get key-presses and process them
currentState->Event(&Event);
currentState->Loop(); // Check gamelogic
currentState->Render(); // Update screen
}

What a necropost, nice!

19
Computer Projects and Ideas / Re: [LD24] Angry Fish
« on: August 28, 2012, 01:57:53 pm »


Of course I have, every color, every flavor!

@schmibs, yeah those bugs are well-known by now, I didn't have time to plan the code structure, which means you have to restart the game to play again.

20
Computer Projects and Ideas / Re: Ludum Dare 24
« on: August 27, 2012, 06:31:04 pm »
Here's my entry, it was really fun, I recommend it!

21
Computer Projects and Ideas / [LD24] Angry Fish
« on: August 27, 2012, 06:26:07 pm »
I participated in the last Ludum Dare, and I had to make a game in 48 hours related to the global theme "Evolution". It was my first participation in Ludum Dare, and I was a bit nervous, but I did better than I expected.

My entry, called "Angry Fish" is about a little fish that can grow or not, and has to cross a large ocean. I will not upload game here on Omnimaga, but you can find more information here and downloads

If you don't want to install LÖVE, you have to use the executables. On GNU/Linux, no matter what, you have to install love (sudo apt-get install love for Debian-derivatives like Ubuntu).

Either way, because I know you like them, here is a screenshot:



Windows Version
Windows Version URL 2

.love version
.love version URL 2

Mac OS X Version (not really tested, .love is recommended)

And because I know you really want one:

22
Minecraft Discussion / Re: List of Minecraft servers
« on: August 23, 2012, 01:59:07 pm »
Hey Juju, that list looks great, perhaps you could add if it Premium-mode only or not?

23
Minecraft Discussion / Re: A New Subforum
« on: August 23, 2012, 07:03:17 am »
As you may have noticed, we have a new subforum in the Gaming Discussion board: Minecraft Discussion. Here, you may post anything related to Mojang's wildly successful game, Minecraft. You can find a list of some servers here.

This subforum is subject to normal site rules and will be moderated as such. Additionally, both karma and post count are affected by posts herein.

If there are any bugs/glitches, or missed topics, please feel free to notify one of the admins by posting either here or to this topic.

Enjoy!



Good news Qwerty.55, this is great :)

It is a ranked match which had gone horribly wrong (for me) where I essentially fed, I had an enemy soraka raging at me with all her mana and the leader.


I like how this bot tried to give a constructive post, but unfortunately, League of Legends has little to do with Minecraft subforums :P

Bots try hard these days.

24
TI Z80 / Re: [Axe] Bullet Proof
« on: August 21, 2012, 12:45:04 pm »
This game is looking very good, nice job :)

25
Miscellaneous / Re: Nickname Change
« on: August 15, 2012, 05:25:57 pm »
Actually he told me why he changed from Scout last year, but not Munchor. However I guess it will be less confusing to people to use the same nickname on both IRC and the forums. :P

Actually I kinda like Munchor more.

Actually, Qwerty.55 forgot to say that I asked him to change my nickname from ephan to DJ O, but it seem that DJ O is not available, so I went with Munchor.

26
Lua / Re: HN Repost: Lua IDE
« on: August 15, 2012, 05:24:58 pm »
What does HN stand for? Looks kinda cool, though.

Hacker News DJ, it's a must-check website every morning for lots of people (including me), it's where I read about everything, I learnt so much there.

27
Lua / Re: HN Repost: Lua IDE
« on: August 15, 2012, 04:43:23 pm »
Anyone seen this yet?
http://www.brischalle.de/Lua-Quick-Try-Out/Lua-Quick-Try-Out_en.html

Yeah I saw it on HN too, it looked cool :) But a "quick try out" is usually associated with a web page, that'd be cooler.

28
Computer Projects and Ideas / Re: Ludum Dare 14
« on: August 15, 2012, 04:08:25 pm »
what is ludum dare?

www.ludumdare.com

Basically, a rapid game creation contest. 48 hours, 1 theme, you have to make a game.

29
Computer Projects and Ideas / Ludum Dare 24
« on: August 15, 2012, 04:06:14 pm »
I'm participating in Ludum Dare 14. Anybody else going to participate too?

30
Gaming Discussion / Re: Best/Favorite Fighting Game
« on: August 09, 2012, 11:46:41 am »
I love the Blazblue series (as evident by my Taokaka related avatars :3)

The story and characters are pretty well done, and the game mechanics are pretty solid.

A new Blazblue is coming out I think...

Pages: 1 [2] 3 4 ... 424