feat: fully functional CLI and Avalonia UI for Snake game
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
xmlns:views="using:Snake.Avalonia.Views"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="420"
|
||||
x:Class="Snake.Avalonia.MainWindow"
|
||||
Title="Snake">
|
||||
Title="Snake"
|
||||
Width="480"
|
||||
Height="420"
|
||||
CanResize="False">
|
||||
<views:GameView />
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user