This commit is contained in:
Matt Thorson 2020-06-16 00:05:26 -07:00
commit ae377c7117

View File

@ -1,11 +1,24 @@
Strawberry
=== Strawberry
A tiny 2D game engine focused on usability and simplicity. Written in Beef language, and using SDL2. To run the sample game, in the Beef IDE select Open Workspace, and select the Strawberry/SampleGame folder.
A tiny 2D game engine focused on usability and simplicity. Written in Beef language, and using SDL2.
Related tools:
To run the sample game, in the Beef IDE select Open Workspace, and select the Strawberry/SampleGame folder.
~Beef Language (programming language and IDE, free) https://github.com/beefytech/Beef
The debug console font 'Strawberry Seeds' is by Chevy Ray Johnston, included under the MIT license. Chevy has other great pixel fonts available at http://pixel-fonts.com/.
~Ogmo Editor 3 (level editing, free) https://ogmo-editor-3.github.io/
=== Related links
~Aseprite (sprite and animation editor, $20 USD) https://www.aseprite.org/
~Beef Language
https://github.com/beefytech/Beef
Free & Open Source
The programming language and IDE used for Strawberry game development
~Ogmo Editor 3
https://ogmo-editor-3.github.io/
Free & Open Source
A generic 2D level editor that exports to JSON. Not required, but Strawberry can parse JSON data files
~Aseprite
https://www.aseprite.org/
$20 USD
A fantastic sprite and animation editor. Strawberry parses the .aseprite file format directly to load sprites