Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Doom for M5Stack CardPuter #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vs4vijay
Copy link
Owner

@vs4vijay vs4vijay commented Jun 28, 2024

Implements full input handling and updates documentation for the M5Stack CardPuter Doom port.

  • Input Handling:

    • Removes commented-out input handling code in src/main.cpp and retains the updated DG_GetKey function to process the key queue for Doom inputs.
    • Adds a new file m5card.c which appears to be a duplicate of the modified src/main.cpp, including the same input handling and game loop logic.
  • Documentation:

    • Updates README.md with a new section titled "Porting to M5Stack CardPuter" that includes hardware requirements, compiling and uploading instructions, and how to prepare the SD card with a WAD file.
  • Build Configuration:

    • Introduces a new Makefile.m5card for compiling the Doom port for the M5Stack CardPuter, suggesting a shift towards a more structured build process. This file includes compiler settings, source and object file definitions, and the target binary configuration.

For more details, open the Copilot Workspace session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant