Skip to content

mlabbe/ctfsrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogtoss Capture the Flag

flag title

This is the source code to the Pico-8 Cartridge "Frogtoss Capture the Flag". Pico-8 is a fantasy console that places extreme limitations on what can be done. A fully shipped and playable version is available:

I am sharing the source code to Capture the Flag here under a public domain license so people can learn from it.

It contains an AABB and particle force-based physics engine with a second order euler integrator that runs at 60 fps on the restricted hardware. This is used to simulate every physical entity in the game; only tuning values were necessary. This may be a novel approach amongst Pico-8 cartridges.

Table of Contents

  • ctf.p8: the cart in original release format
  • ctfsrc.lua: the source code in ctf.p8 in easy browsing format

About

Pico-8 Capture the Flag Source Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages