A downloadable game for Windows, macOS, and Linux

King's Crook is a one-man project written entirely from scratch. It has been in development for the past 4-5 years.

King's Crook will be an open-world RPG with a focus on action, combat, and stealth. You play as a professional thief who was let out of prison by the King in order to aid him in getting stolen goods returned to the crown.

As of July 8, 2023, King's Crook is in alpha stage!


For curious programmers:

This game is written from scratch entirely in standard C using no 3rd party libraries or game engines. The whole game is written using integers only, there are no floating point types or literals anywhere in the code. The game is software rendered meaning all the graphics are being rendered on the CPU. The whole game is single-threaded. Audio is mixed in software.

Art, sound effects, music, models, and animations are also made by myself.

I also created a map editor and a simple 3D modeling program to make maps/models for the game. Both of these pieces of software are written using the same principles as the game (C, integer-only, no 3rd party libraries, etc...).

This is my passion/hobby project.


Link to King's Crook Discord server:

https://discord.com/invite/hdYctSmyQJ

Link to my YouTube channel (has videos of King's Crook):

https://www.youtube.com/c/LMP88/videos


StatusIn development
PlatformsWindows, macOS, Linux
Rating
Rated 4.2 out of 5 stars
(21 total ratings)
AuthorEMMIR
GenreRole Playing, Action
Tags3D, Fantasy, First-Person, Low-poly, Medieval, Retro, Singleplayer, Stealth
Average sessionAbout a half-hour
LanguagesEnglish
InputsKeyboard, Mouse
AccessibilitySubtitles, Configurable controls, Interactive tutorial
LinksYouTube

Download

Download
Linux 64-bit 23 MB
Download
macOS 64-bit 23 MB
Download
Windows 64-bit 23 MB
Download
OLD_pre_alpha_v0988 Windows 64-bit 16 MB
Download
OLD_pre_alpha_v0988 macOS 64-bit 15 MB
Download
OLD_pre_alpha_v0988 Linux 64-bit

Install instructions

IMPORTANT: all versions of the game are 64-bit applications!

==========================================
Windows users: If the game runs TERRIBLY with bad choppy audio and messed up mouse look, it's probably Windows antivirus having a panic attack with the game since it doesn't know what it is. I had this problem too and rebooting my computer did the trick. Hopefully that's all you need to do as well.
==========================================

macOS users: You NEED XQuartz installed to play the game.

There are useful README files in the zip file.

Development log