my food empire game and a collection of pixel arts
You could also use player variables
Rapterdragon_83 (who made the project) doesnāt have the sub, thoā¦
I cant decide if I should make a side scroller game or a first person game.
With the side scroller game I have had different storyboards of what I could do for it where a player has to make it down a street taking out evil sludge monsters and putting out verious fires. (Think: Scott Pilgrim vs The World (the game not the book or movie or stuff)
With the first person game I was thinking of doing a puzzle game where the player has to drag objects to fit together an optical illusion to finish the game. (thereās a game similar to this with a bunch of cubes and a nice soundtrack but I canāt remember what itās called)
Anyways, I was wondering which one to do and if anyone has any suggestions.
- Side Scroller Action
- First Person Puzzle
0 voters
You know what would really be great? Being able to slide the code interface left and right in the app.
This would be most useful for editing collapsible control flow functions with ease, especially in cases where the block is too small to edit the contents inside.
The devs would then be able to make the blocks as wide as they need to be in order to view the blocks inside, and it would also be much cleaner and have no visual glitches caused by the block overlapping on itself.
@Tri-Angle I think this is 100% needed (I didnāt bother making a topic, lol)
@Rapterdragon_83 I found a bug: the 100th digit should be 9, not 8. In fact, itās missing the digit, lol.
ā3.1415926535 8979323846 2643383279 5028841971 6939937510 5820974944 5923078164 0628620899 8628034825 3421170679 8214808651 3282306647ā¦ā ~ math.com/tables/constants/pi.htm
Ok thanks, I believe I fixed it.
There just needs to be an official topic where all the ideas for hopscotch topics are linked and hopscotchers could vote on them and the one with the highest votes gets looked into more.
I changed my username from aadenboi to aadenboy, only a single letter changed but posted about it just incase
i thought it was already aadenboy
No, it was aadenboi (I originally meant for it to be aadenboy but I assumed aadenboy was already taken by an account I lost a while ago)
ohhh on hs
i thought you meant here
You forgot to remove the offsets, lol. It thinks the first number is supposed to be 8. Current offset you set was 200 (I guess you used it for testing but didnāt remember to reset it back to 0)ā¦
Oops Iāll get on that
re-writing my guide to regex from my osc series because my first version was very confusing (which demotivated me and which explains why i stopped the series temporarily). ive made pretty great progress and i hope this version will be the one
what project should i code that will go along very well with this osc? to give you a context the two osc ive made so far are both presented with a hopscotch project
A super fast Flood-Fill Algorithmā¦
The fastest one in Hopscotchā¦
oh
ill look into that but i wouldnt be sure ill be able to do that lol
Hereās minesweeper that I made, which has a flood-fill alg. Credit to Awesome_E for original project.
Tapping a blank cell will reveal all neighbors around it. It has extra checks to prevent it from looping over to the other end, and even more to prevent an error similar to Stack Overflow.
And for each blank neighbor, they will reveal their neighbors around them. And this repeats until there are no more blank neighbors (hence the name: Flood-Fill).
Better example:
(The Breadth-First Search Algorithm)
anybody coding?