Go to file
2020-09-22 12:15:56 -07:00
SampleGame Moved example physics stuff into the sample game 2020-09-12 23:52:13 -07:00
src Point is IHashable 2020-09-22 12:15:56 -07:00
.gitattributes Initial commit 2020-05-04 20:50:38 -07:00
.gitignore Console work 2020-06-18 00:13:50 -07:00
BeefProj.toml Some aseprite loading work. Still need to solve decompression 2020-05-26 20:30:16 -07:00
license.txt MIT license 2020-05-07 13:52:39 -07:00
README.md Update README.md 2020-06-15 23:15:01 -07:00

=== 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.

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/.

=== Related links

~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