Hello Guys!
After many study and program hours I have something to show.
Here is my defold hello world. it is still under development. but it is my study case to learn more about defold features.
Starting now I will post here all my progrees.
I will really apreciate yours feedbacks
Thanks for all!
9 Likes
britzl
January 10, 2017, 5:40am
2
Nice! It reminds me of the old Amiga game Pang: https://www.youtube.com/watch?v=26GXjmzjAdU I spent many hours playing that game with my friends.
4 Likes
Looks good! I like the googly eyed dinosaur.
2 Likes
I thought exactly the same, loved that game.
1 Like
britzl:
old Amiga game Pang:
Wow i dont know it. my game it was base on the Super Pang from Snes. hahaha
2 Likes
yeah!!! This was my first sprite creation using Spriter software. Thanks to @britzl
3 Likes
Hey Guys!!! New feature!!!
I have past the last two days (and nights ) studying and learning how works collection proxy, gui and gui.animation. But now I have created my first game starting scene.
Isn’t so simple and not so complex too… but works and now i need to focus on dev new features to the core game…
So… please send me your suggestions.
5 Likes
okok!!! its time to new features!!!
1 - show points when hit at balls or kill enimies.
2 - use factories to respaw dino eggs
3 - put the dino to born from eggs.
4 - kill the dino.
the movements aren’t 100% sync yet. But I will fix this tomorrow. (I need take a nap now… )
See you tomorrow guys!!!
6 Likes
Today i kept my focus at improve some features and properties of project. Follow some of improvements:
Resize all sprites and images and resave them on flattened png format. Before my apk file was in 80mb now it is over 65mb
Improve the egg behavior, now has a idle movement and a more fine crashing…
resize the dizzy-dino sprite to a more fine behavior and better look.
add a start and end animation to shield power and made him hit balls too.
is only this for now. have a good night for all!
Actual game:
4 Likes
If you wish to compress the textures, you might want to look into texture profiles which may help you compress the textures for each platform.
2 Likes
well well.
Today I worked really hard.
Refactoring some codes… and putting alot of FX sounds in whole game.
Today a have learned more details about defold collision object. that solved a problem at game. Thanks for all help.
Ok,
In this specific case, your dino is checking for the hero, and NOT the hero for the dino, so the collisions that will be sent as sender will be you dino’s, that is why you receive “collisionobject” as your sender.
So if you want to know if you hero’s feet got bitten, you have to put code in your hero’s script, then you will be able to receive the hero’s collisions as senders.
Try this in your hero.script:
if message_id == hash("contact_point_response") then
if message.group == ha…
And now finally it is possible release a test version. Here is the apk file … if you want to try it on your android phone.
I have tried put a html5 project into git hub like @britzl id. but i can’t did it works. Anyone knows what am i doing wrong?
here is the page… https://getjv.github.io/
Tomorrow i will focus in finish the menu, and game over scenes.
See you!!!
britzl
January 15, 2017, 6:52am
15
It seems like there’s a mismatch among the files pushed to GitHub pages. I suggest that you bundle a new HTML5 version and make sure that you replace all files before pushing them to GH pages.
hi @britzl ,
1 - all files were deleted and commited.
2 - i Build a new release an publish again
the same error again.
at my local server works fine… any new idea?
Fuscy
January 15, 2017, 12:52pm
17
You seem to be getting unexpected size. I used to manually edit the expected value in the archive file but I presume it’s happening due to line endings Linux vs windows.
88.josh
January 15, 2017, 2:27pm
18
Remember you can publish a html5 and then put the on itch.io !
2 Likes
britzl
January 15, 2017, 9:34pm
19
And you are pushing all of the files to GH pages? Which files end up with modifications that you push to GH pages? It’s usually at least archive_files.json, game.darc0 and possibly one or two others.
yeah… all pages:
here is my repo.
if out these project in a local server. works… but in github isn’t working.
getjv.github.io is my official homepage. There I handled to aggregate all my contact information and I use several API calls to index my portfolio jobs, git issues, git pull requests, StackOverflow posts, and articles from dev.to. I expect this website to offer more visibility to my work and become the recruiter's life easier. || portfolio; vueJs; vuex; vuetify; javascript; html; cssMy page