A pingus' programming thread - Printable Version +- Eagle Time (https://eagle-time.org) +-- Forum: Cool Shit You Can Do (https://eagle-time.org/forumdisplay.php?fid=4) +--- Forum: Projects! (https://eagle-time.org/forumdisplay.php?fid=11) +--- Thread: A pingus' programming thread (/showthread.php?tid=2891) |
A pingus' programming thread - Myeth - 02-08-2018 HIYA! I noticed there wasnt a programming thread in Projects which makes me sad. Post all yer latest and none-latest programming projects, adventures and problems here!! I'll be posting my progress on learning python in a bit once i open the dang computer, zoop zoop RE: A pingus' programming thread - Kíeros - 02-08-2018 Hello yes. This is the most recent code I worked on, to make my bot Ananke add as a reaction to any message which mentions vore. Or well, she uses that if there's no kinkshaming emojis on the server. If there are, she uses all the ones there. And if the message is in a meme channel, Ananke reacts with every single kinkshaming emoji she can get her hands on. Code: msgcon=message.content.lower() RE: A pingus' programming thread - SeaWyrm - 02-08-2018 I have a very Eagle Time-relevant project, which is a set of Python scripts to yank update text from (notionally text-only but in practice any) adventure threads and render it in a more readable format. I'll link the repo once it's just a little farther along. RE: A pingus' programming thread - wiltingMyosotis - 02-09-2018 waves hands i got a couple-a things i should get started on!! i'm planning to make a javascript bot for practice + funsies and a twine game for fortuna! i'll probably post stuff about it when either gets done! [though the game's already been started! solo writing is hard it seems... :c] i cant believe you named the server variable 'fc' kieros.. or what i assume it is anyways RE: A pingus' programming thread - TehPilot - 02-10-2018 GitHub Personal website Here's my stuff. A good chunk of it's a little out of date, hoping to clean up dead repos and push changes not reflected on GitHub yet. My personal site's slanted mostly towards gamedev projects, but there are a few other miscellaneous things for those willing to dig through the repo (i.e. xD: the game.) RE: A pingus' programming thread - Reyweld - 02-11-2018 I'm programming a Gashapon for my brother's story, so he can get random stuff and have his characters react with them. It's been a lot of fun! RE: A pingus' programming thread - Sunspider - 02-13-2018 My latest programming project that isn't boring JavaScript coursework is for a 2D Unity game, for the One Room RPG Jam. Got 2 more weeks, so even though I'm doing it solo, I'm hoping to make it look more polished than my typical Mad-Dash-To-The-Finish weekend game jam stuff. ><; Not a whole lot to show so far, but with the help of Shaderlab, C#, and several people more talented than me, I've implemented old-fashioned Mode-7-style sprite rotations! Complete with crunchy pixels, and jaggy bits around the edges! |