#rollaball
Explore tagged Tumblr posts
daisydoesart · 10 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Some excerpts from my sketchbook. Just the ones I like the most. My nan really liked "Eyes in the fire". The picture quality isn't great; I'm just using my shitty phone camera. I'm still learning but I'm proud of these.
6 notes · View notes
retrocgads · 1 year ago
Text
Tumblr media
UK 1987
9 notes · View notes
doublemdigital · 4 years ago
Photo
Tumblr media
Happy #screeshotsaturday! This is one of our more neon levels from #chickennuggetsgame #puzzlegames #puzzleaddict #puzzlegame #platofrmerindies #rollaball #indie #indiegame #wholesomegames #torontodesign #torontodesigner https://www.instagram.com/p/CWzfhUlLLfo/?utm_medium=tumblr
2 notes · View notes
nyx-v · 4 years ago
Photo
Tumblr media Tumblr media
Unity’s Roll a Ball tutorial
I had a lot of problems with this tutorial, I followed Unity’s tutorial to the tiniest detail twice and the ball would just not move.  I ended up needing to do outside research on why it would not move and tried many suggestions, and finally one of the suggestions worked. 
Image 1 is the coding from the Unity’s tutorial that I had originally. Doubled checked it many times, perfect match. Ball did not move.
Image 2 is from the overall finished game coding, so it is longer. This coding helped make the ball move. I circled the coding in RED (the revision that helped make the ball FINALLLYYY move.)
0 notes
eq-tama · 7 years ago
Text
Update the Ball
Hello everyone! :D
Tumblr media
Remember when the last time I created a Roll a Ball game? So I decide to update it a little bit (and maybe more later). New map, more command, and now you can “Game Over” instead falling for eternity, yeay!
Tumblr media
Here is the new map. I try to make some contours with shapes. A bit nice right? haha At least it’s better than just a 2x2 square arena like before right? You can see two grounds there, and connected with an uphill path, and also some obstacles.
Tumblr media
Because of the maps, it’s a bit hard to explore the whole map (or easy enough if you’re a pro-gamer, who knows). Then jump and dash move are an option for you. It’s easy to make jump and dash move, especially jump move, because I accidentally make it when code for dash move. However, make it a smooth motion, it’s a bit struggle for me. I think you’ll still find some glitch on jump move, but I hope nothing wrong with the dash. You can see below, there will be a particle when we dash. An unnecessary upgrade, but make more fun :)
Tumblr media
Another thing, you can die here, yeay. Not actually die, just a common game over. And you can restart the game after it.
Tumblr media
Well, It’s a pain to achieve this step for a beginner like me. But when it works, I’m glad for experienced it. You can try the new update on the link below.
https://rezkytamap.itch.io/roll-a-ball
0 notes
4edge · 7 years ago
Photo
Tumblr media Tumblr media
That was fun. It actually gave me most of the basics I need to get started on my project, and all in only a couple of hours work total.
I need to learn a lot more about the UI next. The Unity editor has a very natural way of deciding what you’re pointing at; I hope it should be possible to incorporate that into a ‘game’.
0 notes
trendingdiveos-blog · 7 years ago
Photo
Tumblr media
Working on first #assignment of #unity for #rollaball 😊😊 Super excited 😊😊🤗 . . . . #webdeveloper #webdevelopment #web #unitygames #unity3d #unity3d #php #laravel #laravel5 #javascript #aws #serverconfiguration #html #css #programminglife #programmer #programmingisfun #codinggeek #coders #codingisfun #instadeveloper #instacode #instagood #tech #technology #nerd #geek (at Lahore, Pakistan)
0 notes
dukenuke5-blog · 8 years ago
Link
Check out “They C me Rolling” on Indiegogo http://igg.me/at/TCMR/shre/17402423
On indiegogo you can read full story of this,not finished,but fun mobile game
0 notes
yeyofotika · 8 years ago
Photo
Tumblr media Tumblr media
Black&White  La fotografía cambia totalmente su significado con el uso adecuado de una paleta de colores (grises).
0 notes
rockstar87tash · 8 years ago
Photo
Tumblr media
My bro & his girlfriend bought a new you beaut ball for the pups today... One they actually can't destroy! 👌🏽😂 First #StaffyProof ball they've ever had! 😜 #staffy #staffymoments #staffylife #staffyoftheday #staffygram #staffylove #staffybull #staffordshirebullterrier #staffordshire #pups #dogs #toy #dogtoy #dogproof #chewproof #kazoo #rollaball #roll #chase #chaseit #chasing #cantpickitup #funny #misty #jaxxon #photo #iphoneography #photooftheday #youbeauty (at Birmingham Gardens)
0 notes
daisydoesart · 10 months ago
Text
Tumblr media Tumblr media
Drew these both a while ago. One on each side of a piece of card. I needed a new bookmark and wanted to make something nice. The ink kept blotting onto the pages tho so I was going to laminate it but didn't have a machine so I just absolutely covered it in cello tape. It kinda looks like shit now but at least I took these pics before I did that xD.
4 notes · View notes
retrocgads · 2 years ago
Photo
Tumblr media
UK 1985
10 notes · View notes
doublemdigital · 4 years ago
Photo
Tumblr media
Old vs new menu in #ChickenNuggetsGame... I kind of miss our old 'free roam' menu... but it lives on even bigger and better! The farm is now an #openworld #minigame! #ThrowbackThursday #Throwback #chickens #Birb #RollABall #gamemenu #uidesign #bringbackminigames (at Toronto, Ontario) https://www.instagram.com/p/CXAd2fKrATw/?utm_medium=tumblr
1 note · View note
biggestdreamer · 4 years ago
Text
My attempt with Rollaball
I really wanna hide in a hole right now. Everything was fine until I got into the coding part I felt like I was following a tutorial without understanding anything about coding, I have no background in coding. The more I attempt with trying to get the ball to move, it just won’t move and the errors just keeps on showing up. Giving up on this tutorial. 
Tumblr media
0 notes
4edge · 7 years ago
Photo
Tumblr media
Anyone who has tried out Unity is probably familiar with the ‘roll-a-ball’ tutorial. Going through it has so far given me the impression that Unity is easily as flexible as I need it to be: it has an intuitive grid coordinate system, smooth geometric objects built in and apparently intuitive appearance control.
An initial concern is that all movement and collisions seem to be controlled by ‘physics’: to control the ball, for instance, the player input is interpreted as a force. This aspect shouldn’t affect animation, so for the basic goals of my project I may be able to avoid physics when I need to, but when I want more dynamic networks later I may have some difficulties.
0 notes
mangomia7 · 6 years ago
Text
RollABall with Joystick in AR
0 notes