Kroc Camen

Results 125 issues of Kroc Camen

A pain spot in ReMarkable since the beginning, for example, within quotes.

markup

To yield a little more flexibility for other uses / users of ReMarkable, classes should be attachable to elements in the same manner IDs are, e.g. ``` (#item1.red) * Do...

markup

ol/ul@type has been added back to the HTML5 spec, allowing us to specify the list type as letter, number, roman, &c. It has always been my intention for ReMarkable to...

markup

The list detection does not mandate the type of list throughout. If a bullet list is placed after a number list, the two lists will become one. ReMarkable needs to...

markup

Currently the code for the various objects in the game occupies 32 KB across slots 1 & 2. This leaves no room for expansion, particularly if we intend to provide...

When the player walks into a wall facing left, Sonic jitters slightly as the direction variable is being set to right ($00) instead of left ($FF) to stop him. This...

In this day and age people will want to practice individual levels, so a level-select screen would be a good addition.

It's not possible to tell when you're paused in some situations. Something more obvious could occur, such as putting a PAUSE message in the centre of the screen.

Like Jungle's 'can't go down' scroll mode, we could also do with a 'can't go left' mode for mario-esque play. Also: Could add some invisible objects to change the scroll...