IndieKiwi's Forum Posts

  • Video Slots — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/video-slots-1004

    <h3>Description</h3><div class="deshr"></div><p>This is a template for video slot machines containing the core functionality to create the spinning reel effect and performing calculations to determine the bet and winnings.</p><h3>Features</h3><div class="deshr"></div>

    • 13 "card" values, 5 reels, 20 lines
    • Variables seperated into system usage and ones the developer can safely edit
    • 20 line winning calculations. Only highest winning amount is rewarded per spin
    • Prizes: Easy to edit XML file for prize values
    • Saving: Web storage keeps the credit balance between sessions
    • Commented event sheet with debug + debug text box included (Currently above canvas)
    • Button to reset the game
    • Button to display pay table
    • Multiple auto spins option
    • Auto continuous spin option
    • Line and line bet user settings
    • Max bet setting
    • Display credits and last spin winnings

    <h3>Why is it a template?</h3><div class="deshr"></div><p>This is not a full game and Construct 2 with at least a personal licence is required to edit the file. While it is playable, there are some more features to make it a full game.</p>

    • I Recommend replacing the graphics into your own theme, but this is optional!
    • No sounds yet
    • No menu

    <h3>Preview</h3><div class="deshr"></div><p>The best way to see the features and behaviour is to check it out!</p><p>http://arcade.indie.kiwi/games/slots</p><h3>Support</h3><div class="deshr"></div><p>kiwi@indie.kiwi</p><h3>Additional Attributions</h3><div class="deshr"></div><p>Icons made by freepik.com Freepik from flaticon.com Flaticon is licensed under Creative Commons BY 3.0</p><p>http://www.flaticon.com/free-icon/pen-feather-black-diagonal-shape-of-a-bird-wing_44870</p><p>http://www.flaticon.com/free-icon/bookmark-star_64005</p><p>http://www.flaticon.com/free-icon/royalties_60482</p><p>http://www.flaticon.com/free-icon/horse-shoe-magnet_21391</p><p>http://www.flaticon.com/free-icon/symbol-of-spades_1438</p><p>http://www.flaticon.com/free-icon/precious-stone-shape-from-side-view-for-jewelery_46733</p><p>http://www.flaticon.com/free-icon/money-stacks-of-coins_31028</p>

    Use this topic to leave comments, ask questions and talk about Video Slots

  • PHP and mySQL need to be on a server to be executed. Your game is on the client side, so it doesn't matter where it is (published or started from C2 editor).

    You can download xampp to host the PHP and mySQL locally on your pc and it'll work without any limitations. (So that no server is needed to have c2 game, php, mysql)

  • Output both things you are trying to compare on a text object, are both results as expected?

    Are you comparing numbers? Might need to cast to string if one is a string and one is an int.

  • part12studios was just about to bump the thread with the same issue, then i found it. Add a new event and not a sub-event!

  • Needs to be url encoded, use %0A instead of \n

  • If you have lost the key then it is impossible to update the app. You can publish the app under a new package name...

  • :(

    But why do apps have to download the whole Chrome every time? Wouldn't be once enough?

    It needs to create the environment to run the game, it isn't designed to use it externally. And crosswalk provides something to do with the rendering C2 requires i think.

    Was developing a native camera app last night with Phonegap + Intel XDK for Android without Crosswalk and the apk is under 400kb

  • I think using crosswalk is like wrapping chrome around your game and including it in that apk. And apk are basically like zips (compressed files) so once installed, it'll become larger when uncompressed and installed.

    18mb for a apk with crosswalk is the smallest i've come across

  • There is a "full screen" option in XDK for the project settings. It is near where you upload the icons or choose the plugins

  • But third party addons should be supported: : All third party plugins supported!

    ...Remember it is in beta.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It even appears to disables some of the built in plugins such as Webstorage and Browser.

  • Looks like it is pretty easy to make a game with construct 2 and Kongpanions with their API!

    http://api.kongregate.com/api/kongpanio ... =indiekiwi

  • Are you able to post your php script? NaN is "Not a Number", but with these steps it doesn't look likely unless than is what the php is echoing

    Oops, it is echo 100;. Maybe will need to see the capx

  • £65.80 (about $97.60)

    Thanks Scirra & Amazon <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    My games: http://www.amazon.com/s/ref=sr_nr_seeal ... 1429928127

  • First learn a bit of XML and how that works and then it should help you with this project