diff --git a/README.md b/README.md new file mode 100644 index 0000000..42270c2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Montociel + +A little rust game made with bevy engine to learn Entity Component System. + +Play a sheep trying to survive falling on the moon by jumping on clouds. + +![you died](you-died.png) diff --git a/you-died.png b/you-died.png new file mode 100755 index 0000000..a741cfa Binary files /dev/null and b/you-died.png differ