Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wowotek58276yNo in game preview but heres the login screen. it's not beautiful, i need a front-end, really :/
-
julkali20826y@wowotek this is like twice as good as what I'd produce if I did frontend lol. Well done!
-
wowotek58276y@irene that's why i want to 'improve' it to be a real game, and playable. i don't understand the CryptoKitties either. but if you look from non-tech user, having something fancy and/or price-tagged item is like raising their pride. this is what CryptoKitties sell, Pride. (at least what i think tho, lol)
-
Feels like a yay. What's better than a single kitty (fish) is a bunch of interacting kitties (fishes)
-
wowotek58276y@irene not really. we are the devs so we don't understand it lulz. seriously tho. i don't understand it either
-
@JoshBent that's my part. i use p5.js it's just a simple ellipse wrapped in a class. put it with z-index of 1 and all other content in front.
-
@JoshBent Well, say that you'd have x = sin(y). You wouldn't have to "clean up" if you were drawing that directly to the screen.
-
@ScriptCoded ah I see, thanks, though I doubt there's any function to plot that looks/outputs like that?
-
@JoshBent Probably not one, but if you'd combine a few. I know for a fact that you can draw a circle, moving down with time. Or up :)
-
@ScriptCoded should we collab? @wowotek granted me the permission to open source the front end first.
-
@ScriptCoded ah and then displace/spawn multiple along the axis, interesting, though I feel to get the same effect it'd be much slower than just drawing an array and despawning out of bounds?
-
@aureliagbrl I'd love to help out with the front-end, if that's what you're saying :)
-
@JoshBent It probably would, though found it a little funny :) (though actually trying this is GeoGebra now)
-
@ScriptCoded ping me once you have something, haven't played with geogebra for a while
-
wowotek58276y@JoshBent @ScriptCoded i actually suggest geogebra to @aureliagbrl (i thought despawning and spawning new object is expensive) so the bubbles actually following a simple circle path with a radius >= window width and the center points outside the window. for me it is simpler that way, but the front-end is in her hand tho π
-
@wowotek slightly confused about your explanation, since the gif still looks like spawn and despawn with slight noise added to the path to have them moving left and right
-
Kimmax111066yLol, I wanted to do something similar, a virtual fish tank that would run on a tablet on a wall, where the fish are controlled by an ML network to learn to live. I'd not speed up the learning (or at least reduce it to a somewhat "watchable" speed), but rather see them learn and raise over time.
Score would be time lived. Fish burn x cal /min and would be feed x times /hour/day. Fish have to swim to individual food particles sinking from the top to the bottom to increase their cal intake. Other fish can be eaten too, but there's a loneliness factor based on how many fish are around, so they cant just go on a killing spree -
Kimmax111066y@irene well, it's just to get into ML at some point, not to make profit out of it or similar
-
Kimmax111066y@ScriptCoded I was going with a fish tank because it's somewhat easy to visualize and wouldn't get to complex with the parameters
-
xewl41716yRegarding the circles/bubbles; I just did some CSS3 animations with different timings before - looked fine to me. xD
-
wowotek58276y@JoshBent not me, @aureliagbrl did, i just thought her, not forcing her to use it hehe.
-
wowotek58276y@ScriptCoded i believe she is working on the separation between the game and the front end thing. trust me she will tag when finished
-
wowotek58276y@aureliagbrl maybe it's better to give him the original repo hon, try to pull request it to me.
-
@wowotek Would there be any way to take this somewhere else than devRant comments perhaps? :) Feels a little stupid ;) Even an issue would be fine
-
wowotek58276y@Kimmax hello, sorry for bothering you. is there anyway to contact you? i am interested in your concept. maybe we can talk about it ?
Related Rants
yay or nay?
for who are wondering what is on the screen :
i am working on a fish tank simulator gamr, which every fish have different unique combination and/or permutation. i combined this with cryptocurrency, the idea is similar to CryptoKitties and Insaniquarium combined. the implementation is not yet done, but currently i am working on the in-game market front-end functionality.
sorry no in-game preview/screenshot yet :P
curently thinking about considering to open source it and a collab.
rant
setup
game dev
blockchain