Skip to main content

Indie game storeFree gamesFun gamesHorror games
AssetsComics
Bundles
Jobs
TagsGame Engines

BaseCase

61
Posts
10
Topics
8
Followers
6
Following
A member registered Oct 10, 2017 · View creator page →

Creator of

Recent community posts

hell yeah

hell yeah

hell yeah

hell yeah

hell yeah

hell yeah

hell yeah

hell yeah

PiCoSteveMo 2 community · Created a new topic Thank you!

Hooray, another PiCoSteveMo has wrapped up! Thank you all for participating and submitting what look to be some amazing games. As mentioned, I'm planning to do a casual twitch stream tomorrow to play through everything, and I'll be sure to upload the recording of that to youtube afterwards also if you'd like to watch but can't make it.

Thanks again, and congratulations!

I wound up procrastinating until the end of the month and then having a bunch of free time I thought I'd have this weekend get sucked up, so I have alllllmost nothing to show, BUT I pledged to submit something this year, and so here is what I got. I intend to come back soon and actually implement the game, but I had to hit the jam deadline.

Another PiCoSteveMo is nearly "in the can", as they say, and like last year, I'd like to have a casual little stream to play through all the submissions. Drop by to hang out with the stevemo crew and celebrate each other's games!

Where: https://www.twitch.tv/basecase

When: Monday, December 02, 7:00 PM CST

> submit it before the deadline as barely-a-game and then fix it later when life is less hectic
that's what I'll be doing with my submission!

Love that color palette!

I love the little guy's walk animations

PiCoSteveMo 2 community · Created a new topic Trips Trip

I'm getting started a couple days late here because I was traveling, but I think I've settled on doing an endless runner type game where you have to drive your motorcycle as long as possible while maximizing your score. There are some good passages in The Stand about how you gotta be careful riding a bike through a post-apocalyptic wasteland because there are so many hazards and you might eat it, and I was like...that's Gameplay.

You're not stuck in hedge maze traffic, you are hedge maze traffic!

Hooray, the jam has started! Hope everyone has fun!

I read The Stand for believe it or not the first time over vacation, hoping it might spark the perfect game idea. Nothing extremely obvious jumped out at me, but I have a couple of ideas kicking around, so I guess my first day here is figuring out what I'm actually going to do.

What are you working on?

heck yeah

This is an impressive amount of stuff for a game jam game. Really great pixel art!

Love the idea! Very clever puzzles.

Thanks for playing! Ha, yeah, the word list is kind of funky. I've been running into a lot that I've never seen before, too. If I continue development I will definitely be looking for a more reasonable list!  😅

Thanks for playing! (also lol at your board number)

Final day: Whew, got it all done! I gotta say, this project reminded me that I like to learn new languages, and I like to do game jams, but I don't know if doing both at the same time is the best idea! I backed myself into quite a few corners during the course of this project. Still, I learned a ton about ClojureScript, and I'm sure it'll be much smoother if I do another project with it. Time to check out other entries!

for real though what is going on with Itch's message board post formatting??

Day 06: No tornadoes today! It matches my prediction, but good to have actual data to back it up: I am more productive when there is no tornado than when there is one. Tonight I got some truly disgusting animation happening when letter tiles get cleared. I think some of what I'm trying to do (typography, mainly, and if I get to it, sharing features) is easier in the HTML/CSS/DOM events universe that I decided to work in, but some other stuff (position-based and element-size-based animations, animation chaining tied into game state transitions, etc.) would be much easier in a more traditional graphics environment or even like a canvas element. Oh well, I think I got the worst of the maybe-not-the-best-environment-for-it stuff out of the way tonight, and tomorrow will be Clojurey stuff like the scoring algorithm!

(1 edit)

Day 05: No progress today because I got 15 minutes into my work session and had to go down to the basement due to tornado sirens! Exciting! Hopefully I can make up some time next session.

Off to an OK start with ClojureScript and Reagent. Doesn't look like much yet but I'm hoping that I can punt styling until the very end of the jam and lean on my existing CSS knowledge to make up ground lost to my nonexistent Clojure and Reagent knowledge. That's the hope at least!

(1 edit)

Day 04: It's starting to look vaguely game-ish! I added a dictionary of words and can check player entries to see if they are real words or not, and then some stuff happens, depending. Spent some time this evening getting tripped up on paredit navigation and some other editor usage stuff, which is good: that means I'm getting practice. I try not to minmax too much with my dev env, but I do like to develop at least some fluency with editing tools for whatever language I'm working in, and knowing how cool the editing facilities are for lisps means I want to keep practicing that.


(huh, no idea why the formatting on this post is going so wild. I'm not putting weird whitespace characters in there...)

Day 03: Wasn't able to stream this session because my internet was being flaky, but I was probably more productive as a result.

Got all the rules around tile selection on the game board working tonight, and cleaned up some stuff from yesterday. I managed to get myself into a situation where I was swap!-ing an atom inside the update function of another swap!, and I spent a good bit of time trying to understand why a state update didn't appear to be happening even though the function was obviously being called. Feels like I have a better understanding of atoms now, though, and my stated goal for this jam is learning, so I suppose it was worth it. 

I imagine that once I've gotten a few dozen practice hours in with Clojure{,Script}'s data structures, I'm really going to love them, but I'm definitely having to spend a fair bit of time translating from my old mental model at the moment.

Day 02: Whew! Got my audio working for my stream today (couldn't figure out microphone for the first stream, so it was just music and no talking). Turns out I am not naturally very good at talking and programming at the same time, so that's taking some getting used to. Project-wise, not quite as much progress tonight as I'd hoped, but still some. Refactored some very goofy state decisions I made yesterday and got some basic interactivity around letter tiles happening. I'm optimistic that by the end of tomorrow's session it's going to look game-ish if you really squint.

Day 01: Got off to a bit of a stumbling start, as it's my first time using ClojureScript and Reagent, but I ultimately got through my todo list for the evening! I'm generating a grid of random letters and rendering it to the screen. I was hoping to include setting the random seed so I could get random-but-repeatable game boards, but I ran out the clock for the evening and that turns out not as simple as passing an extra arg to rand-nth, so I'll have to figure that out next time.

I have no livestreaming experience, but I did a little test stream last night and it seemed to go OK, so I am going to stream all my jam work sessions on Twitch! The plan is 7:30 PM to 9:00 PM CDT each evening of the jam. Feel free to join me if you want a little background noise while working on your own project! http://twitch.tv/basecase

(1 edit)

Hey all, looking forward to the jam! I'm new to Lisp but I decided I wanted to finally learn Clojure for real this year after admiring it from afar for a long time. Since my day job is web dev, I figured I'd try to make a browser-based game to limit the unfamiliar stuff to just the language, so I'm going to try using ClojureScript and Reagent to build a word game inspired by the likes of NYT Games and Puzzmo.

Planning to keep short dev log entries in this thread, and I'm also thinking about livestreaming some of my work sessions (although I'm not a regular streamer, so we'll have to see how much of a hassle that is to get going).

Looking forward to starting!


edit to add: decided on a title: "Counterspell". updated thread title to match.

Apparently Twitch VODs go away after a couple of weeks, but if you Highlight the whole video it lasts forever, so here is a better link to click if you want to watch!

If you missed the end-of-jam stream and would like to watch the VOD, it is here!

The 3D effect is so cool! I love the dog animation (and the adorable tail wagging :)

This is so cool! Thanks for jamming; I'd love to check it out if you make more additions post-jam!

I love it! The clowns coming up from the grates are spooky as heck!

Hooray, thanks for jamming!

Big grin on my face, eating butts, thriving.