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 ... 424
1
Music Showcase / How to listen to all of DJ Omnimaga's songs online
« on: April 04, 2013, 02:03:03 pm »
http://www.youfm.org/#/search/dj%20omnimaga

No need to download them, I think you can only listen to 100 and he has many more, but it's a great service :)

2
>432 times killed

Not too bad for a first timer :)

3
Yes there is leafy, also those are some very very nice stats! 80% of coins caught and 12 kills per level is pretty good, congratulations!

It's all about persistence. Levels are made so that if you try them 10-20 times, you'll get it once.

4
I have finally finished The Incredible Pixel, you can play it here. Source code here.

The first link has some screenshots and more information. I'd like to thank Freyaday for his idea, the game was really fun to make, I hope it is just as fun to play it. I know Nymless is based on N but my game is based on Nymless itself. It's not an exact clone, but that was not the point, it's 30 levels of crazy hard jumps and trust me - it's not easy.


5
Computer Projects and Ideas / Re: Tower Engineer
« on: December 03, 2012, 09:11:12 am »
Nice :)

That can be quite "simply" adapted for Nspire Lua 3.2 btw :)

love.physics is very heavy stuff, I doubt it'll work smoothly on an Nspire (but I'm ready to be surprised), has it even been ported, since it's based on Box2D?

6
Computer Projects and Ideas / Tower Engineer
« on: December 03, 2012, 04:41:13 am »
The other day I started playing with love.physics and I had an idea of a game where you could build towers out of blocks in a realistic world with gravity and physics.



I called it Tower Engineer and I published the game on Github.

Use your mouse to place randomly-sized blocks on top of each other and make sure the tower doesn’t fall apart. You get a preview of the next block just like on Tetris above the preview of the block you are about to place. It features a high score system and a game over screen.

It was made with Lua and LÖVE so you need those to run the game on GNU/Linux or Mac OS X. For Windows, those are recommended, but good guy Jubjub made me some binaries.

So, my high score, as you can see in the picture is 68! Can you break it?

(I attached the Windows binaries, and there's a .love in the Github repository)

7
Computer Projects and Ideas / Cubes on Steroids
« on: November 22, 2012, 12:00:11 pm »
Hello everyone,

I was learning OpenGL and I came up with a game like Cube Runner where you have to avoid incoming spinning colorful cubes. Here's a screenshot. I uploaded the full source code here on Github.

For GNU/Linux users, it should be easy enough to build it yourself:

Code: [Select]
git clone [email protected]:davidgomes/cubes-on-steroids.git
cd cubes-on-steroids/
make

You just need a few dependencies (Vala, OpenGL, SDL and SDL_gfx).

For Windows users, a friend made me a build, which is attached as cubes-on-steroids.zip. It's a .zip because you need some .DLLs.

I made this game mostly to learn and I ended up discovering that Vala+SDL+OpenGL is a great and easy way to make cross-platformly native games.

Any feedback? Maximum high scores?

8
Computer Projects and Ideas / Re: [Cemetech Contest #9]Graviter
« on: November 22, 2012, 11:36:41 am »
This is more or less a cross post from here.

My entry for Cemetech's 9th contest will be bringing Leafy's Graviter to Windows. With some gameplay changes, of course. :P

This port of Graviter will make use of a Gravity Gun that can create points of gravity or antigravity. It will also feature a custom storyline.

I plan on using:

SFML for all media and most graphics
SPARK for particle effects (Should make the game look very nice)
Box2D for collision detection and physics

It will be written in C++.

SFML and C++ are cross-platform, why is it Windows-only?

9
Web Programming and Design / Re: Juju's blog
« on: October 30, 2012, 03:48:43 am »
Was already following you Juju, nice blog :)

10
Other / Re: Picture Guide to IRC
« on: October 20, 2012, 02:11:55 pm »
Great guide, but where's weechat? It's slowly replacing screen+irssi...

11
TI Z80 / Re: Contest entry--Nymless
« on: October 11, 2012, 04:29:29 pm »
Freyaday, care to post a screenshot? I'd love to see how this is going but don't have an emulator or a calculator. Thanks.

12
Miscellaneous / Re: Post your desktop
« on: September 26, 2012, 09:41:50 am »

13
Lua / Re: Look what my Nspire can do
« on: September 16, 2012, 01:38:45 pm »
That was truly brilliant Jim, thumbs all the way up, keep up the good work :)

14
Art / Re: DJ Omnimaga's changes logo!
« on: September 11, 2012, 09:11:10 am »
Woah DJ, I never thought this would happen. The new one looks great :D I haven't changed my logo in a long time too :p

15
Computer Projects and Ideas / Re: Nightmare
« on: September 10, 2012, 01:55:20 pm »
Wohoo. Gotta love OpenGL. And that screen shot looks awesome. Just a comment that when using Java form real-time games, be wary of creating too many objects. If the garbage collector runs while someone is playing the game, it can be really disconcerting. Lol.

I don't get it Binder, Java's Garbage Collector deletes objects which are being used?

EDIT
I just tried with Greenfoot, it either takes more than 10 minutes to load, or it's not loading, because no game is ever loaded :s

Pages: [1] 2 3 ... 424