Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
20 May, 2013, 10:37:31 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  home news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

  Show Contributions
Pages: [1] 2 3 ... 19
1  General Discussion / Music Showcase / How to listen to all of DJ Omnimaga's songs online on: 04 April, 2013, 20:03:03
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 Smiley
2  General Discussion / Computer Projects and Ideas / The Incredible Pixel (Nymless on your browser!) on: 16 February, 2013, 21:29:26
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.

3  General Discussion / Computer Projects and Ideas / Tower Engineer on: 03 December, 2012, 11:41:13
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)
4  General Discussion / Computer Projects and Ideas / Cubes on Steroids on: 22 November, 2012, 19:00:11
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:


1
2
3
4
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?
5  General Discussion / Computer Projects and Ideas / [LD24] Angry Fish on: 28 August, 2012, 00:26:07
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:
6  General Discussion / Computer Projects and Ideas / Ludum Dare 24 on: 15 August, 2012, 22:06:14
I'm participating in Ludum Dare 14. Anybody else going to participate too?
7  General Discussion / Miscellaneous Discussion / Internet Map on: 28 July, 2012, 22:59:45
http://internet-map.net/

Check out that Internet Map, omnimaga.org is there, it's close to 1up.com Smiley
8  General Discussion / Miscellaneous Discussion / OSDev on: 18 July, 2012, 12:03:32
http://wiki.osdev.org/Main_Page

Just found this cool website, might be useful to some of you Smiley
9  General Discussion / Math and Science / Acceleration Time Graphs on: 08 June, 2012, 23:44:04
I wonder, in an acceleration (y axis) per time (x axis) graph, does the area below the line mean anything?

Like, in speed per time, the area is the space walked, right?

Thank you.
10  General Discussion / Miscellaneous Discussion / OmniOS on: 15 April, 2012, 16:12:23
http://omnios.omniti.com/

I just found that OmniOS by OmniTI,  w00t
11  General Discussion / Computer Projects and Ideas / Paxlure on: 08 April, 2012, 12:48:40
Yesterday I polished and finished up my latest game - Paxlure (link to source code, clone it and you can play it locally). I have nowhere to host it, but I've submitted my game to a couple of these.

It's a very simple game, where you go around shooting zombies, catching items, trying to get the maximum score. I wanted to get comfortable with the HTML5 canvas, it seems to be a very good and easy to use, so I hope to be developing some more complex games with <canvas> in the near future.

Here's a screenshot:

12  General Discussion / Miscellaneous Discussion / USACO and General IOI 2012 on: 30 March, 2012, 22:40:40
Hey everyone,

Anybody participating on Informatics Olympiads this year nationally? Anybody have a chance of going to IOI on Italy for international?

I am participating on Portuguese Informatics Olympiads, I hope to be top 20 of the country, but only the first four go to IOI on September.
13  Calculator Community / General Calculator Help / X inequations on the Nspire on: 18 January, 2012, 18:44:50
Hey guys,

I was wondering how I can do x <= 4 and x > 1 inequations to be graphed on the Nspire? On the 84+ I know I can use Inequalz but what about on the Nspire...

Thanks.
14  General Discussion / Other Computer Languages Help / Regex question on: 01 January, 2012, 22:24:44
I have a question. How can I make a regex that searches for an entire string? I've used regex's to search for symbols and specific stuff like email addresses and whitespace.

However, I just faced a new issue. How can I use a regex to search for an entire string like "omnimaga.org"? Thanks.
15  General Discussion / Miscellaneous Discussion / Stack-like thing to eat on: 30 December, 2011, 17:30:44
I remember I read this either in Hot Dog's ASM tutorial or on the "28 days to Assembly". In one of them, and I'm pretty sure it was Hot Dog's (but I checked all the lessons), he compared the stack to some thing you eat, where the last thing you enter is the first you can eat :S

I would like to know what it was if anybody knows please.

(Also I know this sounds like a very strange thread, but bear with me please)
Pages: [1] 2 3 ... 19
Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.736 seconds with 27 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.