| using System; | |
| using System.Collections.Concurrent; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Text; | |
| using System.Threading; | |
| using Cysharp.Threading.Tasks; | |
| using UnityEngine; | |
| namespace Nekomimi.Daimao |
| ^!m:: | |
| Loop 15 | |
| { | |
| MouseMove, 766, 421 | |
| click 766, 421 | |
| Send 18{Enter} | |
| MouseMove, 579, 75 | |
| Click 579, 75 | |
| MouseMove, 766, 421 | |
| } |
A list of playable boot sector games, most of which are on github. Fun to play, great to learn from. There are also many cool non-booting boot sectors out there that aren't games (so more like demos), but this page is just reserved to interactive boot sectors / games. This list is also not complete, but not on purpose, it is a best effort collection of games, so if you know of any fun boot sector games, please contribute.
This page lists a collection of 31 games spanning several authors: nanochess, me, daniel-e, shikhin, JulianSlzr, XanClic, QiZD90, darkvoxels, guyhill, w-shackleton, egtzori, VileR, ish_works, franeklubi, queso_fuego, franeklubi, Jethro82, waternine9, tevoran, palma3k, taylor-hartman. peterferrie should also be mentioned as he has touched a lot of these games.
https://github.com/daniel-e/tetros
Tetris Clone. Full color, no score. This was one of the older boot sector games out there.  | |
| :: to figure out how to builds this. Worked to build aseprite 1.2.16 release | |
| :: with skia m71 and the most recent (sorry) verison of depot tools. | |
| :: https://github.com/aseprite/aseprite/releases/download/v1.2.16.2/Aseprite-v1.2.16.2-Source.zip | |
| :: https://github.com/aseprite/skia/archive/aseprite-m71.zip | |
| :: https://storage.googleapis.com/chrome-infra/depot_tools.zip | |
| :: |
| User: ISHAAN,glaitm | |
| Key: 27R3VDEFYFX4N0VC3FRTQZX |
| # Windows uses msvcrt.dll | |
| Add-Type -Path .\test.cs | |
| [Sample]::printf_win32("Hello, World %d!`r`n", 123) | |
| # *nix uses libc | |
| Add-Type -Path ./test.cs | |
| [Sample]::printf_linux("Hello, World %d!`n", 123) |
| @echo off | |
| title Large File Creation Tool | |
| cls | |
| echo If this tool doesn't seem to work, ensure you are running it in elavated/administrator mode | |
| echo Press any key to continue | |
| pause>nul | |
| echo. |
| using System; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| using System.CodeDom.Compiler; | |
| using Microsoft.CSharp; | |
| using System.IO; | |
| using System.Reflection; | |
| namespace InMemoryCompiler | |
| { | |
| class Program |
| #Requires -Version 5.1 | |
| Using Assembly PresentationCore | |
| Using Assembly PresentationFramework | |
| Using Namespace System.Collections.Generic | |
| Using Namespace System.ComponentModel | |
| Using Namespace System.Linq | |
| Using Namespace System.Reflection | |
| Using Namespace System.Text | |
| Using Namespace System.Windows | |
| Using Namespace System.Windows.Input |