Tagged Content List
  • Wiki Page: Basic Computer Games - Small Basic Edition: Amazing

    Small Basic > Small Basic Books > Basic Computer Games Small Basic Edition > Amazing This program will print out a different maze every time it is run and guarantees only one path through. You can choose the dimensions of the maze - i.e., the number of squares wide...
  • Wiki Page: Using the Joysticks / Game Controllers Extension for Microsoft Small Basic

    Table of Contents Introduction Dependencies & Downloads Using the Extension in Small Basic Introduction The Joysticks and Game Controllers extension, written in C# using DirectX by gungan37, allows for the use of any game controller in Small Basic. Such devices include joysticks...
  • Wiki Page: Small Basic: Exemple - Tetris (fr-FR)

    Voici un simple jeu de Tetris écrit en Microsoft Small Basic. Le code original n'était plus compatible avec les versions actuelles de Small Basic, il a été corrigé et cette version traduite se base sur ce code plus récent. Si vous voulez récupérer le code original, visiter l' article original...
  • Wiki Page: Small Basic Sample: Tetris

    Here's a simple Tetris game written in Microsoft Small Basic. If you want to just run the program, you can download the self-contained EXE here: http://cid-30e1dc9cc197bc9d.skydrive.live.com/browse.aspx/.Public/Small%20Basic%20Tetris Voted Sample of the Week: http://blogs.msdn.com...
  • Wiki Page: Small Basic: Exemple - Snake - Le Jeu du Serpent (fr-FR)

    Table of Contents Code Voir Aussi Autres Langues Voici un exemple de jeu 'Snake' ou 'Jeu du Serpent'. Importez le code dans Small Basic : HDC228 . Code Initialize ( ) While ( GameState < > "" ) DoGameLoop ( ) EndWhile Program . End (...
  • Wiki Page: Small Basic: Exemple - JetLag (fr-FR)

    Table of Contents Code Voir Aussi Autres Langues Voici un jeu vidéo où vous devez éviter des obstacles. Démarrer le jeu en appuyant sur la barre espace, se déplacer à gauche et à droite avec les touches fléchées. Vous pouvez importer le programme avec l'ID WNF231 Code Initialize...
  • Wiki Page: Small Basic Sample: JetLag

    Table of Contents Code See Also Other Languages This is a video game where you have to avoid obstacles. Start the game by hitting the space bar, move left and right with the arrow keys. You can import the program with ID RCB513 Code Initialize() While (GameState<> "End"...
  • Wiki Page: Basic Computer Games - Small Basic Edition: Battle

    Small Basic > Small Basic Books > Basic Computer Games Small Basic Edition > Battle BATTLE is based on the popular game Battleship which is primarily played to familiarize people with the location and designation of points on a coordinate plane. BATTLE first...
  • Wiki Page: How to add background music to a Small Basic game

    A few days ago, an old thread My custom sounds won't repeat. Any idea why? in the Small Basic forum became active again. Here i will try to show, how you can easily add background music to any of your Small Basic games or programs, just by adding an event subroutine, a Timer.Tick event and...
  • Wiki Page: Small Basic: Exemple - Graphismes de Jeu (fr-FR)

    Code Importation dans Small Basic: ZGC128 '******************************************************************************************************** 'Exemple de programme démontrant virtuellement toutes les commandes GraphicsWindow dans Small Basic 'Contient l'utilisation...
  • Wiki Page: Small Basic Sample: GameGraphics

    Code Import to Small Basic : XZG681-11 '*************************************************************************************** 'Sample program to demonstate virtually all of the SmallBasic GraphicsWindow commands 'Includes use of Shapes, Images, Arrays, Mouse and Keyboard...
  • Wiki Page: Small Basic: Le Jeu Bataille Navale en détail (fr-FR)

    Dans le cadre du Challenge du mois Small Basic - Mars 2015 (en-US) , j’ai relevé le défi du challenge du jeu qui est de créer un jeu de Bataille Navale contre l’ordinateur. Vous pouvez importer le programme dans Small Basic : PMD822-1 . Ou télécharger le code source avec l'exécutable depuis...
  • Wiki Page: Small Basic: The Battleship Game in detail

    For the Small Basic Challenge of the month – March 2015 , I do the challenge to create a Battleship game against the computer. You import the game in Small Basic : MRV593-2 . Or you can download source code and exe from the Technet gallery : https://gallery.technet.microsoft.com/Small-Basic...
Page 15 of 37 (925 items) «1314151617»