Awesome-Game-Team / Awesome-Game

An Awesome Game
GNU General Public License v3.0
8 stars 9 forks source link

General Issues / To Do List #15

Closed jimfrize closed 8 years ago

jimfrize commented 8 years ago
jimfrize commented 8 years ago
screen shot 2016-05-16 at 08 16 23

42.2% CPU usage!!! & I'm running a 2.7 GHz Intel Core i7 with a NVIDIA GeForce GT 650M 1024 MB GFX card

metalx1000 commented 8 years ago

-The jet pack does run out after some time of usage, there is just no power bar displayed on screen yet. There is a variable that controls this for the player - player.jet - which you can check in the console currently.

-We can discuss this more. I didn't link it to the jump button because I thought some people might want to save the Jetpack Fuel until they needed it, and if we link it to the jump button every time they jump it would use up a little bit of power.

Thanks for posting all this. Lots of good stuff here to look into and think about.

jimfrize commented 8 years ago

@metalx1000 Just made a few changes, been working my way through this list. I've been removing things from the list once I've done them. Just sent you the pull request :)

jonpatterns commented 8 years ago

It may be useful to have a todo text file in the repository/ or maybe a wiki page. What do people think about a title page - here the different options could be set and or in game menu.

jimfrize commented 8 years ago

@metalx1000 When I first load the page I don't get music or SFX, no matter how long I wait. If I refresh the page the sound comes back immediately.

I think using a different key for fullscreen might be good solution, maybe "F". But I'm cool with it either way.

I adjusted the levels of the SFX and music by editing the audio files, so that they are all balanced together. The music still needs adjustment, but I'll probably rewrite the track, so I can adjust the levels of the music then.

In Tiled you can create animated objects using a tile set, they look awesome! But when I saved out the .JSON file to test it in the game it just displayed all the frames in the image and I you don't get any animation. But I will definitely look into it, people who might not be comfortable submitting code, GFX and SFX to the project might want to build levels for the game, and animated objects would be a pretty cool addition to that process :)

The only reason I was suggesting we combine the jump and fly button was to save on screen space and keep the control interface minimal - just a thought really.

Wow! you get a lot of gas in those jump packs ;) I've been flying around all over the place and I didn't even realise they run out!

jimfrize commented 8 years ago

@jonpatterns I like having a list of things I'm working on that I can edit as I go, just so I can keep track of things and so people can see what I'm generally up to. If it was in a readme in the repo, maybe I couldn't edit it so easily - I don't know, I'm new to all this. I guess it would make more sense in a Wiki, but then I don't know what kind of work would be involved in setting that up.

I like the idea of a title page, even if it's just some intro music and a cool swooshy graphic :) I'm always up for more swooshy stuff!

jimfrize commented 8 years ago

Okay, gunna remove the "no sound on startup" issue from the list. It only occurs with my offline version. If I upload it to a server it works perfect every time. Incidentally, I've never experienced any lag or delay time in the music starting when I play the game "live", everything seems to load pretty much instantaneously. Humm, no looping issue either - cool :)

metalx1000 commented 8 years ago

I've added a fullscreen button next to the mute button. I think we should create a new "issue" for each item, that way we can close them as we go along. Label them "enhancement" if it's something we want to add, "question" if it's something to discuss, "bug" if it's a bug, etc.

metalx1000 commented 8 years ago

@jimfrize I've changed it so each Jetpack gives you only 50% power, and caps you at 100%. That way you're not flying around as long with one pack, but you can collect more.

jimfrize commented 8 years ago

@metalx1000 Good idea. I made a pull request earlier, not sure if I have done it right, it says that there's no files to change? There should be 15 changes

jimfrize commented 8 years ago

Okay, will open a bunch of other individual issues in place of this one