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

Ensure the base game has minimal amount needed of code and works well #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

quirinpa
Copy link
Member

@quirinpa quirinpa commented Feb 7, 2025

This PR is an attempt to reduce the core game code size drastically. By removing:

  • Commands which are deemed like not part of core functionality
  • All mob skeletons which are not strictly needed
  • All spells and elements which are not needed in the base game.
  • Trees too - Let's not generate them by default.
  • Biome generation should be based on space time programming and not built in
  • Ensure skeletons are programmable
  • Fix core bugs
  • Ensure we can load modules using a config file and or runtime space programming.
  • wts strings must also be programmable
  • Can a user we customize map generation too?

@quirinpa quirinpa force-pushed the minimal branch 5 times, most recently from 722ffcf to ebc223d Compare February 10, 2025 18:13
@quirinpa quirinpa force-pushed the minimal branch 6 times, most recently from 3dccd41 to fb25253 Compare February 14, 2025 09:03
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.

1 participant