Jump to content

Chupup Games

Members
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    2

Chupup Games last won the day on August 17 2014

Chupup Games had the most liked content!

1 Follower

Contact Methods

  • Website URL
    http://chupup-games.itch.io/

Profile Information

  • Gender
    Male
  • Location
    Paraíba, Brazil

Recent Profile Visitors

1,579 profile views

Chupup Games's Achievements

  1. Hello, this is my first try in making an isometric game. It's more a graphic test playground than a game, but who knows? If i am happy how everything works out, maybe i will turn it into a full game... You can try the demo here (move character with mouse): http://chupup-games.itch.io/isometric-action-rpg
  2. UPDATE: I worked more on the graphics, put some new game elements & changed the level design process to Tiled, so now i can make new levels much faster. Please try the game out (link in first post) & tell me what you think, what could be improved, if you like the art style or if it's way too retro etc. Any feedback is welcome.
  3. @oddskill: It's a bit difficult, 'cause games these days were more hard to master But i will balance it more, once it's finished & the levels are short, so no too big problem when the player dies. I want achieve, that the player gets a bit angry when he dies but still wants play on...kkkkkkkkkk Thank you for the beer!!!..i mean support ^^ regards, Chupup
  4. Hello, i am working on this little retro 2d platformer, especially to study and improve my pixel art abilities. I use the c64 color palette & 8x8 tiles to achieve a retro look. You can already test/play some levels at itch.io -> http://chupup-games.itch.io/jump-boy
  5. Hello, i want to introduce you to a new game i am working on. Labyrinth - Quest for Gold is a maze game, where you play a little adventurer, who searches for treasures in a large labyrinth of caves full of enemies (like snakes) and dangerous traps. Try it out here: http://www.chupup.com/games/labyrinth/ Play with cursor keys, press 'R' to reload level. On Mobile you play with the buttons at the bottom (until now not optimized/tested). ToDo: - adding more levels (finished game will have 50 - 100) - adding more types of enemies - adding music and sfx - title screen - menu screen . optimizing for mobile devices Tell me what you think! All Coding and Graphic Art by Chupup Games
  6. UPDATE: added some nice Zombies...soon you can blow there heads up
  7. If you don't want to setup a local server on your own (for example with Xampp), then I recommend you use something like Brackets (http://brackets.io/) or Netbeans. They come with their own build-in, ready to use local web servers, where you can test your game with one click.
  8. If you want make games using jQuery then I can recommend this book for your: http://www.amazon.com/jQuery-Development-Essentials-Selim-Arsever/dp/1849695067/ref=sr_1_1?s=books&ie=UTF8&qid=1408049262&sr=1-1&keywords=jquery+game+development+essentials A more general but very good introduction can be found in this book: http://www.amazon.com/Foundation-Game-Design-HTML5-JavaScript/dp/1430247169/ref=sr_1_1?s=books&ie=UTF8&qid=1408049459&sr=1-1&keywords=foundation+game+design+with+html5+and+javascript
  9. @Binary Moon: Thanks, the music bug is fixed & i also added a loading screen I will working on the levels now and adding some nice weapons in the next release, too.
  10. This will be my first html5 platform game. It is still in early alpha stage. Future releases will have many different levels, enemies, weapons and collectibles. Mobile support is planned. On desktop control the player with cursor keys. You can try the current version here: http://www.chupup.com/games/turimasi/
  11. sorry, just see your posts now. I could do simple animations with Spriter.
  12. i didn't look at all your code now, because it's a bit confusing (and it's late , too), but try to use if (clicked) { ... }else if (!clicked) { ... }writing var == true/false is not a good option, because Javascript converts intern to numbers and this gives not always the result you are looking for.
  13. Take a look at the Corona SDK, it's with Lua, but easy to learn. http://coronalabs.com/products/corona-sdk/
  14. Oi, Franer! Eu sou desenvolvedor de jogos HTML5. Tenho interesse e prática para desenvolver este trabalho. Sou alemao, moro no nordeste brasileiro à 5 anos, falo português e inglês também. Caso tenha interesse de conhecer mais o meu trabalho, podemos manter contato. Att. Alex
  15. I like the idea of a phaser book and will definitely get a copy when it is published. But, i hope this will not get a too basic book, because there are enough beginner books for the basics out there (html5 & javascript). Also, i think the most important (for me) is mobile development, and then i see the example game that you wanna make for the book has cursor movement! You are going to show how to implement player controls for mobile?
×
×
  • Create New...