Finding Our Game Audience

posted in: Devlog | 0

One of the most challenging aspects of developing ChipWits has been finding our game audience. As we’re nearing a trailer and playable demo, we’d like to take some time to start building our list of journalists, streamers, influencers and other … Continued

UnityWebRequest to Game Server

posted in: Devlog | 5

In the past two weeks I’ve been experimenting with different ways to talk to the ChipWits game server from our game, and found that using protocol buffers with UnityWebRequest is the best way forward for us. In this devlog post, … Continued

Leaderboard Game

posted in: Devlog, Nostalgia | 1

Will you be able to beat the world’s top ChipWit programmers? One of the features we’re most excited about in the new reboot of ChipWits is making it a leaderboard game. Here’s a preview of the leaderboard in our latest … Continued

9 Slicing Walls

posted in: Devlog | 0

In Surprising Diagonal Movement Challenges, I mentioned that 9 slicing walls (a.k.a. wall slicing) is our solution to prevent the ChipWit from appearing to be stuck inside a square when it is actually allowed to move diagonally. The ChipWit wants … Continued

Interview by @TeaLeavesProgramming

posted in: Devlog, Team | 4

We’re honored to have Peter B. (Host of the Tea Leaves Programming YouTube Channel) amongst our fans of the game. Peter picked up on our post about FORTH Programming Language and generously offered to do a ChipWits interview on his … Continued

Surprising Diagonal Movement Challenges

posted in: Devlog | 1

In a recent devlog post, we discussed Rotating 45 Degrees. Given a rectangular grid, the original game design allowed for diagonal movement rather than restricting to horizontal and vertical movement. This poses some surprising challenges. First, a tiny math refresher… … Continued