Skip to content

Port 8bitworkshop sample: crypto.c #105

@jonathanpeppers

Description

@jonathanpeppers

Port the crypto.c sample from 8bitworkshop. This is a large (100+ KB) cryptography-themed game.

Features needed

  • Complex struct types with many fields
  • Extensive pointer/array-of-struct patterns
  • 50+ user functions (function calling already works)
  • Bitfield support in structs
  • switch/case with many arms (already partially supported)

Complexity: Very High

The sheer size and struct complexity make this one of the hardest ports.

8bitworkshop reference

https://8bitworkshop.com/ (crypto.c)

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions