Search found 79 matches

by Ikroth
Mon Jan 11, 2016 2:00 am
Forum: Games and Creations
Topic: Super Shooter 2.0 - A challenging retro 2D shooter
Replies: 9
Views: 7297

Re: Super Shooter 2.0 - A challenging retro 2D shooter

CrackedP0t wrote:Fun! You should probably work on optimization though. I could run it on my discrete graphics card, but my integrated one lagged like mad.
Which integrated graphics do you have? Does turning off the shaders / particles help?
by Ikroth
Sun Jan 10, 2016 6:04 am
Forum: Games and Creations
Topic: Super Shooter 2.0 - A challenging retro 2D shooter
Replies: 9
Views: 7297

Re: Super Shooter - retro style shooter

Hi everyone,

We are very excited to say that we have just released a large update to the game! Please refer to the main post for a link to the download, and give us your feedback.
by Ikroth
Sun Oct 25, 2015 12:10 am
Forum: Games and Creations
Topic: Super Shooter 2.0 - A challenging retro 2D shooter
Replies: 9
Views: 7297

Super Shooter 2.0 - A challenging retro 2D shooter

UPDATED 2016/1/10 Super Shooter is a retro style, geometric themed top-down arcade shooter. Enemies spawn in waves and you must defeat all of them before moving on to the next. Beat the boss, Megabyte, and try to set the highest score possible! Hi, Nuthen (Nuthen224) and I have just released a huge...
by Ikroth
Sun Aug 24, 2014 4:40 am
Forum: Games and Creations
Topic: [update][8/24/14] Voyager - Space trading/exploration game
Replies: 11
Views: 10480

Re: [update][8/24/14] Voyager - Space trading/exploration ga

Hello everyone, we just released a somewhat large update to the game. It adds a new mission system and trade center screen, which will both be expanded upon in future updates, along with a number of other improvements and additions.
by Ikroth
Mon Aug 11, 2014 12:24 am
Forum: Games and Creations
Topic: [update][8/24/14] Voyager - Space trading/exploration game
Replies: 11
Views: 10480

Re: [update]Voyager - A game about space trading and explora

It's pretty basic. The prices go up by some random amount each time you switch systems. Once I get around to it, I'll change it so it's less volatile and random. It was mostly just to get something working, quickly. Any suggestions on market simulations?
by Ikroth
Sat Aug 09, 2014 3:43 pm
Forum: Games and Creations
Topic: [update][8/24/14] Voyager - Space trading/exploration game
Replies: 11
Views: 10480

Re: Voyager - A game about space trading and exploration

Thanks for the critique, I realize there's still a lot of work to be done and a lot of the things you listed have already been fixed or will definitely be fixed.
by Ikroth
Sat Aug 09, 2014 5:09 am
Forum: Support and Development
Topic: Creating multiple highscores?
Replies: 12
Views: 9045

Re: Creating multiple highscores?

To figure out if a score is worthy of being added, it needs to be higher than the lowest score. highscores = {7500, 2000, 3500, 5000, 6000}} table.sort(highscores) scoreToAdd = 4500 lowestScore = highscores[#highscores] -- #highscores = number of highscores (in this case, 5, so it's the last and low...
by Ikroth
Sat Aug 09, 2014 4:44 am
Forum: Support and Development
Topic: Creating multiple highscores?
Replies: 12
Views: 9045

Re: Creating multiple highscores?

You'd need to sort the table to figure out which one is 1st, 2nd, etc. As long as you are sorting the table, it's unnecessary to know whether or not a score belongs in 2nd or 3rd place when you are adding it to the highscores. highscores = {7500, 2000, 3500, 5000} -- table is unsorted, can't tell wh...
by Ikroth
Wed Aug 06, 2014 9:28 pm
Forum: Games and Creations
Topic: [update][8/24/14] Voyager - Space trading/exploration game
Replies: 11
Views: 10480

[update][8/24/14] Voyager - Space trading/exploration game

NEW VERSION: v0.1.4 - August 24 Changelog: https://github.com/camchenry/voyager/releases/tag/v0.1.4 https://love2d.org/imgmirrur/Qor8oeH.png https://love2d.org/imgmirrur/csSdcI1.png https://love2d.org/imgmirrur/thluQPH.png Controls: W/S = Thrust forward/backward A/D = Turn left/right Space = Fire p...