Lou Bagel's Recent Forum Activity

  • Did you read?

    https://www.scirra.com/manual/134/performance-tips

    https://www.scirra.com/blog/83/optimisa ... -your-time

    I have actually read those before but that isn't what I was referring to. I wasn't asking for performance tips and increase running speed and such.

    I was asking for tips with events and such. Such as "you could have done the same thing with less events" or "instead of using these features you could have used this one feature".

    TicTacToe is rather simple but there are still things to keep track of and check for: who's turn; who played where; which spot available to play; and check for all the victory conditions.

    Like I said, just did this for practice and I did become more familiar with some aspects of Contruct that I wasn't familiar with before. But maybe there are some aspects I am oblivious to.

    There are many ways to solve a problem—maybe it would have been more interesting to ask how others would approach creating TicTacToe.

  • For practice (swallowed pride and started simple...simplest) I made classic TicTacToe. No frills.

    I think the events are pretty efficient/minimal but would appreciate any tips on events or variables. I know this is simple but usually efficiency tips are exponentially helpful as things get more complicated.

    Capx:

    https://www.dropbox.com/s/vv6cdzqg44y41v2/TicTacToePractice.capx?dl=0

    Preview:

    http://www.loubagel.com/archives/052916/tictactoe/index.html

  • >

    >

    > Old post I know, but was searching for atan2 and found this. Thanks!

    >

    .... and also for the - now retired - Construct Classic. Bit of a pointless 8 year old thread bump, I'd say.

    Didn't realize it was on a Construct Classic forum—found directly from Google search.

    Is there a better way to get an angle from x y coordinates? Used sin & cos to store values in variables in previous functions.

    It helped me solve my problem and the search didn't turn up any other relevant results. If it can still help answer people's questions what does it matter how old it is?

  • Update: (06/19/16)

    Play here:

    http://www.loubagel.com/archives/zeldapractice/061916/index.html

    Updates:

    • Map size expanded
    • Oasis added. Must traverse the desert maze to get to it
    • 2nd Enemy Type added
    • Random drops by enemies
    • Coins added (dropped by enemies)
    • Shuriken vending machine (too lazy to make full shop)
    • A few other surprises, including...
    • Last but not Least: Easter Eggs. Literally, 3 eggs hidden in desert. AJAX/PHP/mySQL table added to track who finds them. If that doesn't mean anything to you then simply put, when you find an egg you will know how many other have found it ("You are the 1st person to find this egg") and be able to submit your name.

    Hope you enjoy and happy egg hunting! (feel free to comment and let me know if you find them or not!)

    (will post more images in new post)

    Original First Post:

    Today, for practice, I decided to recreate from scratch something similar to Legend of Zelda.

    Check it out here: (just one screen, will take 30 seconds. Keyboard required )

    http://www.loubagel.com/archives/zeldap ... index.html

    I probably worked on it somewhere from 7-9 hours. I thought I would be able to get a lot farther than this but I am still happy. The pixel art took up the majority of the time. I'm really new to art and pretty new to game development (haven't completed any games).

    I'm always appreciative of feedback (I know animations aren't great—was trying to move on for time reasons) but I'm more interested to hear if anyone wants to share how they compare time-wise. As in, how long do you expect it would take you to complete this?

    I feel pretty good about how much I completed in that time. As I said, I thought I would get much farther, but forgot how many animations required, the time redoing animations that look off, and troubleshooting event bugs. It's much easier though when you are copying a lot of features from a game you have played a lot!

    The main reason I shared though:

    Who doesn't love the Legend of Zelda?! Hope this will allow you to reminisce for a minute or two!

    Screenshots:

  • Yeah, atan will only give results over a range of angles (I forget, either just 0-90 or 0-180) which is kind of inconvenient if you want to measure an angle which is actually 270 degrees. Still, the C++ runtime library has a function called 'atan2' which works out the quadrants for you, which is what Construct uses. If you ever need atan2 for something else, I think angle(x, y, 0, 0) is equivalent to atan2(y, x). But the x,y and 0,0 might be the other way round. Can't remember.

    Other way around: angle(0, 0, x, y)

    Old post I know, but was searching for atan2 and found this. Thanks!

  • MinkDingus, thanks for the tip on the daily pixel art challenge. Been busy for a while but I started following them a couple days ago and just got done with one. Should help motivate me to practice as I never really know what to practice on. Also helps as its just for fun - no pressure to make it perfect for a game.

    EDIT: here's a better one I've done recently, Cheese Nightmare, for Pixel_Dailies challenge of #cheese

    (twitter handle LouBagelCombo5)

  • This is just some ridiculous nonsense I threw together quick to entertain myself while recovering from knee surgery on the couch. Uses tilt controls to move and tap to jump. See how many acorns you can get:

    http://loubagel.com/squirrelrun/index.html

    Play only if really bored

    Note: tilt controls aren't perfected—must hold in certain way. Landscape with bottom to the right. Screen facing between level and up (don't play while leaning back or laying down)

  • Meet Tom:

    Ah! Tom got bit!

    My first attempt today of making one of these guys into a zombie . . . even though wasn't making them for a zombie game

  • Have you started with this:

    https://www.scirra.com/tutorials/368/ho ... ipad-games

    Maybe these two can fill in the gaps: (found in a search - haven't used personally)

    https://www.scirra.com/tutorials/1047/u ... p-to-apple

    https://www.scirra.com/tutorials/907/de ... e-easy-way

    Then, if you are having issues post specific details that you are encountering and I'm sure someone will help.

  • That is great, love it

  • How does the map work?

    Is it like a map between levels where you choose where to go/what level to play next?

    Or is it mirroring the platforming where, for example, at the Geofront you will be climbing/taking an elevator upwards?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I like the 16-bit look for the pixelated smaller sprite also but the bigger sprite has a good look too (kind of modern like a Gen IV Pokemon game). I would add that I think the bigger sprite's walk cycle looks better.

    I am completely new to game art as well and I just finished a month+ pixel-art-per-day challenge. I learned a lot but I can't say I'm quite there yet. All that said, there are a bunch of good tutorials online and I really got a lot out of this walk cycle animation tutorial. Check it out.

    http://manningkrull.com/pixel-art/walking.php

    Thank you for your comments. Which walk cycle(s) specifically do you think need improvement?

    That is actually the animation tutorial I found most useful as well. I just haven't spent enough time revising the sideways walk cycle and plan on it. I want to keep at 2 frames for now as am planning on having a lot of sprites for NPCs. Though maybe later I will make main character have more frames per animation. Like I mentioned in previous post I am happy with the walking down animation though - I modeled it after taking a look at Earthbound for SNES sprites.

    Do you have a link for the pixel art challenge or is that something you did on your own? I have a lot to learn still. I am happy with these sprites at the moment but am struggling with making their environment (indoor/office floor tiles, desks, chairs, computers, coffee machines, copy machines, etc.)

Lou Bagel's avatar

Lou Bagel

Member since 7 Sep, 2015

Twitter
Lou Bagel has 3 followers

Connect with Lou Bagel

Trophy Case

  • 9-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies