Snakey basics

This commit is contained in:
lempamo 2017-02-27 12:08:50 -05:00
parent 8ceef636cd
commit 43364450a2
13 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,37 @@
namespace ShiftOS.WinForms.Applications
{
partial class Snakey
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
}
#endregion
}
}

View file

@ -0,0 +1,45 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using ShiftOS.Engine;
namespace ShiftOS.WinForms.Applications
{
[Launcher("Snakey", true, "al_snakey", "Games")]
[RequiresUpgrade("snakey")]
[WinOpen("snakey")]
[DefaultIcon("iconSnakey")]
public partial class Snakey : UserControl, IShiftOSWindow
{
public Snakey()
{
InitializeComponent();
}
public void OnLoad()
{
throw new NotImplementedException();
}
public void OnSkinLoad()
{
throw new NotImplementedException();
}
public bool OnUnload()
{
throw new NotImplementedException();
}
public void OnUpgrade()
{
throw new NotImplementedException();
}
}
}

View file

@ -794,4 +794,19 @@
Dependencies: "shiftsweeper_medium",
Description: "Is ShiftSweeper still too easy for you? Buy the Hard difficulty and you can try to find 99 mines! It may be extremely difficult, but the reward is massive!"
},
// SNAKEY
{
Name: "Snakey",
Cost: 1100,
Dependencies: "shiftsweeper",
Description: "You want more games? Ok then! You can get Snakey, a game that people used to play on 'dumb phones', now coming to your 'smart' ShiftOS system for just 1100 codepoints!"
},
{
Name: "AL Snakey",
Cost: 200,
Dependencies: "app_launcher;snakey",
Description: "Play Snakey quickly with this dandy applauncher!"
},
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B