Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 598 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 598 Bytes

Flowerfield

Playground for visual basic.

Flowerfield.vb

Playground for tests

Miner.vb

Simple minesweeper

Requirements

dot net v.4

Compile and run

Compile

%windir%\Microsoft.NET\Framework\v4.0.30319\vbc.exe flowerfield.vb

Then run flowerfield.exe

Other

npp (/w nppexec) script

  NPE_CONSOLE o0 i0
  del "$(NAME_PART)".exe
  $(SYS.WINDIR)\Microsoft.NET\Framework\v2.0.50727\vbc.exe "$(FILE_NAME)"
  NPP_RUN "$(NAME_PART)".exe
  NPE_CONSOLE o1 i1