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

Cartridge metadata editor #37

Closed
nesbox opened this issue Feb 3, 2017 · 3 comments
Closed

Cartridge metadata editor #37

nesbox opened this issue Feb 3, 2017 · 3 comments
Assignees
Labels
enhancement Improvement of existing feature or adding something new
Milestone

Comments

@nesbox
Copy link
Owner

nesbox commented Feb 3, 2017

add following metadata to cart:

  1. title
  2. author
  3. description
  4. tags
  5. input method (gamepad/mouse)
  6. ...

and implement method to edit meta info

@nesbox nesbox self-assigned this Feb 3, 2017
@nesbox nesbox added the enhancement Improvement of existing feature or adding something new label Feb 3, 2017
@nesbox nesbox mentioned this issue Feb 3, 2017
@nesbox
Copy link
Owner Author

nesbox commented Feb 4, 2017

added cartridge metadata like in example below:

-- title:  game title
-- author: game developer
-- desc:   short description
-- script: lua (or moonscript)
-- input:  gamepad (or mouse)

function TIC()
	cls()
	print("HELLO WORLD!")
end

to enable Moonscript use -- script: moonscript tag

@nesbox nesbox closed this as completed Feb 4, 2017
@nesbox nesbox added this to the 0.18.0 milestone Feb 4, 2017
@HomineLudens
Copy link
Collaborator

What about add also the palette? In a way similar to the config file?

@nesbox
Copy link
Owner Author

nesbox commented Feb 4, 2017

@effer will do, pls create separate issue. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature or adding something new
Projects
None yet
Development

No branches or pull requests

2 participants