Agon Light C Programming - An Introduction

Instead of bashing away in BASIC, it’s possible to do some coding in C on the Agon Light. Let’s find out how in this introduction to an ongoing series where I figure out the Agon hardware and work on a game. I have no idea what game I want to make, and I’m not entirely sure how to achieve some of the necessary functions, but it’ll be fun figuring it out and I hope you come along for the ride!

Watch the video


The first thing we need is a C compiler so that we’re not stranded bashing code in BASIC, or getting lost and confused in raw assembly. There isn’t an official C compiler, but Paul Cawte on Github has created a modification called AgDev for the unofficial C compiler toolchain for the Texas Instruments TI-84+ range of calculators, which have the same eZ80 CPU as the Agon Light.

I’ve written a post elsewhere on my site explaining how to set it up, and in this video show some of the things I’ve been working on. My aim is to develop some sort of game for the Agon Light using C, rather than BASIC.

Subscribe

Related Content

  • Gamedev the hard way - doing it all myself June 26, 2024

    thumbnail image
  • Agon Light Graphics Tests March 26, 2024

    thumbnail image
  • Learning how to draw things on the Agon Light March 2, 2024

    thumbnail image
  • Agon Light Joystick Test 1 January 31, 2024

    thumbnail image
  • Agon Light C Development January 13, 2024

    thumbnail image

Recent Content

  • Helios 1 Title Here January 3, 2025

    ...
  • About Me January 3, 2025

    thumbnail
  • Let's recreate a 90's PC BIOS Boot Screen December 13, 2024

    ...