gamelab emoji

Posts tagged with :gamelab:

Lucas
@Lucas0
recreating a Friv Games classic, Fireboy and Watergirl
https://cloud-9jj482akd-hack-club-bot.vercel.app/0img_20221208_175627.jpg
hacksprit emoji
gamelab emoji
sprig-dino emoji
ultrafastparrot emoji
Lucas
@Lucas0
maggie
@maggie0
thinking emoji
gamelab emoji
sprig-dino emoji
jzaleta
@jzaleta0
I translated Sprig :sprig-dino: docs into Spanish! This helped me as well to understand better how the engine works. :pr: :gamelab:
https://cloud-cgy8jikdm-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-21_a_la_s__21.54.44.png
ced
@ced0
paste.rs/mdc.js there's something really satisfying about this Sprig demo (ye dass what we're callin it now. Sprig Engine or something idk)
https://cloud-2g2xfv7yt-hack-club-bot.vercel.app/0image.pnghttps://cloud-mz86vrw28-hack-club-bot.vercel.app/0image.png
lmcelroy
@lmcelroy0
Update on the console development! We've made a new tile based game engine for making games! It'll help people focus more on game design and less on the engine mechanics. Here is a sample game: gamelab-o8wzoy1us.hackclub.dev/?id=0fab97880fee1f97734191f92c15b7cf We would LOVE people's help making more example games. Props to @ced for making this fun fire game. Also to @kognise for the reskin. I'm digging the PCB theme!
https://cloud-q5qd7qt32-hack-club-bot.vercel.app/0screen_shot_2022-06-29_at_6.27.56_pm.pnghttps://cloud-jrqoprgn5-hack-club-bot.vercel.app/0screen_shot_2022-06-29_at_6.28.43_pm.png
jzaleta
@jzaleta0
So my coding journey about shaders :macintosh-stcicker: helped me to learn more about how 3D Pixel Art 🎨 works! Here's an example of a 3D Render scene with a shader effect that I saw on tutorial, which can be made with Blender :blender: , Unity 3D Game Engine :unity: or with code using Three.js! :javascript: Here's also an image of "A Short Hike" a very cool :cooll-dino: indie game that uses this same effect that I will be playing soon! And speaking about games, today I did another basic design while using Gamelab! :gamelab: I think I'm understanding it better! :quad_parrot: Lastly for today, I had my Biology 🦠 exam today and I'm going to be working on Hack Club's :hack-club: guide-to-web-dev repository :merge: I plan to make more commits soon and explain everyone here what is it for! 👀
https://cloud-24rl19wdz-hack-club-bot.vercel.app/0screen3.pnghttps://cloud-5toetdnk4-hack-club-bot.vercel.app/0captura_de_pantalla_2022-06-07_a_la_s__22.55.59.png
kognise
@kognise0
progress with a map editor for gamelab… can now parse sprites from the code. still have to, like, actually write the editor bit, but this is good progress! (although while writing this i realized that ced is actually right and there’s a better way with hopefully fewer edge cases.) *wow, look at this, two scrapbook posts in one day. should’ve done the electrical engineering one like two days earlier but i kept forgetting.
https://cloud-rfuq6uotr-hack-club-bot.vercel.app/0image.png
kognise
@kognise0
This weekend I figured out how to make a CodeMirror 6 extension, and then made an in-editor sprite creator for the new Game Lab version we're working on! Sprites are contained in the code as special strings, so the sprite editor is populating from and then updating the code editor's content.
https://cloud-eriho90a9-hack-club-bot.vercel.app/0ddc5c7e6.pnghttps://cloud-jqer9lpqi-hack-club-bot.vercel.app/0850647b6.png
lmcelroy
@lmcelroy0
We've made some updates to the Gamelab Beaker Repo! We're now tracking project progress with GitHub projects and issues. If you want to stay most up to date you should follow along there. This week we got some tile-based puzzle games to run with our new game engine on the Pico. Check out the demo below!
ced
@ced0
some covid goin' round HQ, so work on the Game Lab handheld console continues from home :salute: wired up those buttons yesterday :) I'm still not clearing the screen though :tw_sweat_smile: so it's also a drawing program for making abstract art! :mask-parrot:stay well hack clubbers, and join #nemea to help us get this console in the hands of any hack clubber who builds something cool with gamelab :)
ced
@ced0
@HenryBass-U02KEJ8T6D8 hung out with us at hq yesterday and helped us test a new way of making games in gamelab wouldn't it be epic to run this game on a hand-sized device you could only get by making a cool game of your own? that's being developed in #nemea if you'd like to follow along :)
https://cloud-l5vpyp9ma-hack-club-bot.vercel.app/0image.png
lmcelroy
@lmcelroy0
In order to make the gamelab beaker games more fun we decided to tune the gamelab engine to tile games which will fit the console better. We're trying to figure out the API now. I would LOVE help testing out the new engine: github.com/hackclub/gamelab/tree/puzzle-engine I made some little example games here: gamelab-git-puzzle-engine.hackclub.dev I'm drawing lots of inspiration from puzzlescript. If you want to help out try to remake the puzzle script games in js. You can try using our engine or make your own. The objective is to find the right abstractions to use in our engine.
https://cloud-cp5gxgg23-hack-club-bot.vercel.app/0screen_shot_2022-05-06_at_5.41.36_pm.pnghttps://cloud-g349h0pix-hack-club-bot.vercel.app/0screen_shot_2022-05-06_at_5.41.43_pm.png
github emoji
js emoji
gamelab emoji
spring-of-making emoji
ced
@ced0
ST7735 LCDs come with little colorful tabs on the sides of them. there are several different colors: red, green, blue, etc. the versions we got to use with the gamelab beaker are green. the javascript driver for this code only has the initialization sequence for the red version. the code split on the left is the source code for it. on the right, I have the source code for the python initialization code for the green version. right now, my colors are inexplicably scrambled, and the best guess I have is that I used the wrong initialization sequence.
https://cloud-d9of4d45t-hack-club-bot.vercel.app/0image.png
python emoji
gamelab emoji
spring-of-making emoji
js emoji
goose-honk-technologist emoji
ced
@ced0
imagine if you tried to run a gamelab game on a 2 core CPU -- a Raspberry Pi Pico -- using a software rasterizer written entirely in Python. the fps might be 5. yeah, the fps is 5. join #nemea to help us as we scramble to speed this up and get it in the hands of hack clubbers everywhere 😉
jzaleta
@jzaleta0
Today there's both artistic 🎨 and coding 💻 things! First, I've been saying many times that I'll share my pantings in here, so as a first post about that, I'll share some old artworks I did many years ago, starting with a boat painting with watercolors. 🖼️ 🖌️ ! I'll share the rest when I find them :) Also I'm working on a small pixel tree 🌴 and there's going to be a full post for the biggest thing of the day 👀 . And about coding, today I help :quad_parrot: fixing a typo :merge: on a repo! :github: It was pull request #1 🥇 :blobattention: on Gamelab's console project! :gamelab: 🕹️ . Lastly for now, I am changing the song of my Scrapbook to another of Imagine Dragons as well. 🎵 🎧
https://cloud-iicfbcmgr-hack-club-bot.vercel.app/0captura_de_pantalla_2022-04-20_a_la_s__19.05.01.pnghttps://cloud-hpi4rnbcj-hack-club-bot.vercel.app/0captura_de_pantalla_2022-04-20_a_la_s__19.05.32.pnghttps://cloud-b05z78txk-hack-club-bot.vercel.app/0img_6887.jpg
spring-of-making emoji
github emoji
gamelab emoji
pr emoji
ced
@ced0
procedurally generated some clouds for a gamelab "front page" code in the thread
gamelab emoji
cloud-thoughts-head-full emoji
goose-honk-technologist emoji
wom emoji
ced
@ced0
https://cloud-cm7oc9rw3-hack-club-bot.vercel.app/0image.png
gamelab emoji
wom emoji
ced
@ced0
cartridge emoji
gamelab emoji
face-with-spiral-eyes emoji
wom emoji
ced
@ced0
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-ooi8hbznc-hack-club-bot.vercel.app/0image.png
wom emoji
goose-honk-technologist emoji
gamelab emoji
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-b9bmviyxk-hack-club-bot.vercel.app/0image.png
wom emoji
gamelab emoji
goose-honk-technologist emoji
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-cktiz2ew4-hack-club-bot.vercel.app/0image.png
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-kd93boxvd-hack-club-bot.vercel.app/0image.png
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-hiug59rqv-hack-club-bot.vercel.app/0image.png
christina695
@christina6950
Following @jessicard documentation, I contributed to Hack Club by creating a pull request on GitHub to fix an issue in GameLab
https://cloud-guvei4uxl-hack-club-bot.vercel.app/0screen_shot_2022-03-24_at_12.59.12_pm.png
goose-honk-technologist emoji
github emoji
gamelab emoji
wom emoji
pr emoji
jessicard
@jessicard0
excuse the double ship/scrapbook post, but I need to record this on my scrapbook 🙂 I made my first game lab game yesterday! I was having too much fun making sprites of my golden retriever, and ended up making Samantha Training Simulator. There’s a bunch more I want to add, but how it works is you have to perform a series of commands, and every one you get right is a point! gamelab.hackclub.com/?id=d6945ae1a9a64ba1dab3e3915904ffcc
https://cloud-1unlpz92j-hack-club-bot.vercel.app/0sam.gif
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-m092umccv-hack-club-bot.vercel.app/0image.png
wom emoji
gamelab emoji
goose-honk-technologist emoji
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-ksu4k9emf-hack-club-bot.vercel.app/0image.png
clubscraps-U035D3VA7R7
@clubscraps-U035D3VA7R70
https://cloud-7tyau0jz8-hack-club-bot.vercel.app/0image.png
fayd
@fayd0
Had a fun call with @ced today and opened my first gamelab pr!!
https://cloud-37nmtr20y-hack-club-bot.vercel.app/0image.png
wom emoji
merge-pull-request emoji
gamelab emoji
beachball emoji
pr emoji
github emoji
jzaleta
@jzaleta0
Today I did a few small changes to my GitHub Readme! Also I'm going to be trying some cool Gamelab games as well as continuing making my own! :gamelab:
https://cloud-cy9b0us5w-hack-club-bot.vercel.app/0captura_de_pantalla_2022-02-13_a_la_s__18.28.12.pnghttps://cloud-p35ge9qef-hack-club-bot.vercel.app/0captura_de_pantalla_2022-02-13_a_la_s__18.32.27.png
wom emoji
gamelab emoji
belle
@belle0
finally started tinkering w/ gamelab!
https://cloud-7y9o1yq9o-hack-club-bot.vercel.app/0gamelab.png
dino-drake-yea emoji
gamelab emoji
wom emoji
maggie
@maggie0
maggie
@maggie0
msw
@msw0
https://cloud-3tmi6c24p-hack-club-bot.vercel.app/0screen_shot_2022-02-08_at_16.02.15.png
gamelab emoji
wom emoji
msw
@msw0
https://cloud-gcdgnuprx-hack-club-bot.vercel.app/0screen_shot_2022-02-08_at_14.56.33.png
gamelab emoji
wom emoji