eternagame / EternaJS

Eterna game/RNA design interface
Other
12 stars 10 forks source link

Add comment in index.html.tmpl #750

Open guyguy2001 opened 3 weeks ago

guyguy2001 commented 3 weeks ago

Summary

TODO

Implementation Notes

Currently I provide an html entrypoint containing a maingame element which has the same external folding API as the main maingame object used in the regular eterna puzzles.

This is stacked on top of https://github.com/eternagame/EternaJS/pull/749 ! change this to point to dev after merging #749 and before merging this.

Testing

I ran the following in the terminal:

document.getElementById("maingame").fold("AAUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUAAAAAAAAAAAAAAAAAAAAA") 

Related Issues

A per-requesit of https://github.com/eternagame/eternagame.org/issues/378 Stacked on top of https://github.com/eternagame/EternaJS/pull/749