flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3, 4, 5 Next |
Author |
|
MajorDill 26 Apr 2014, 18:04
when I click on download nothing is there. Just learning fasm and could really use these examples.
begging somebody to repost them thankyou |
|||
![]() |
|
MajorDill 28 Apr 2014, 14:01
got it - thanks
|
|||
![]() |
|
Picnic 31 Jul 2015, 06:16
🔹 XOLAN is a Tic-Tac-Toe game for two players over a local network (LAN) written in Hobby BASIC.
Hobby BASIC includes a small set of functions for sending UDP messages over a local network. The Hobby BASIC examples include Client/Server, Chat, P2P Drawing, and now Tic-Tac-Toe. How to run: To run the game on a local network, you'll need to set the REMOTE_IP$ of the remote computer and swap the ports. To run it on a single computer, run two instances of the program, replacing the IP with "localhost" on both, and just swap the ports. The program will ask for an exception in the firewall. The programs's source code can be found in the folder: EXAMPLES\UDP\XOLAN.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:04; edited 94 times in total |
|||
![]() |
|
fasmnewbie 01 Aug 2015, 02:54
I love this stuff. Excellent materials for beginners to learn from (although there's nothing 'beginners' with the code)
|
|||
![]() |
|
fasmnewbie 01 Aug 2015, 03:10
I am linking to this thread.
|
|||
![]() |
|
Picnic 02 Aug 2015, 11:15
🔹 Cubilus is a small puzzle game written in Hobby BASIC.
Your goal is to place the colored blocks in their corresponding positions. Click and hold the mouse on a block, choose a direction, and release the button. Press spacebar to restart the room. Press 2 to move to the next room. Press 1 to go to the previous room. The game's source code can be found in the folder: EXAMPLES\GAMES\CUBILUS.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:05; edited 70 times in total |
|||
![]() |
|
Picnic 12 Aug 2015, 09:43
🔹 Thunderball is a small puzzle game written in Hobby BASIC.
Your goal is to bring the balls next to each other horizontally. Use the white blocks and the trails left by the balls as they pass. Be careful of the electrified fence! Controls: Use the arrow keys to play. Press spacebar to restart the level. Press 2 to move to the next level. Press 1 for the previous level. Press 4 to undo a move. The game's source code can be found in the folder: EXAMPLES\GAMES\THUNDERBALL.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:05; edited 67 times in total |
|||
![]() |
|
fasmnewbie 12 Aug 2015, 12:43
Picnic
It would be very nice if you could share your passion with Tomasz and others at Programming Language & Design section where you can properly introduce your Hobby Basic to the community. Good to see FASM is becoming a language of choice for compiler writing. |
|||
![]() |
|
Picnic 15 Aug 2015, 22:13
🔹 Pacman for the Windows 10 console, written in Hobby BASIC, with ANSI graphics and ASCII characters.
Written in a simple way, but the version 1.0 includes ghosts that get trapped, become scared, and get eaten. The ghosts know where Pacman is and always move towards him. Features: Score. High score. Extra life. Original sounds. The fruit and meeting parts are missing for now, but they may be added in a future update of the code. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\PACMAN.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:08; edited 50 times in total |
|||
![]() |
|
Picnic 03 Sep 2015, 14:45
🔹 Painter is a small puzzle game written in Hobby BASIC.
The goal is to paint the floor yellow. To do this, you need to pass both the red and green brushes over it (essentially, pass it through two layers). Mixing the two primary colors (red and green) results in yellow. The brushes come in various shapes. Painter is a fun puzzle with increasing difficulty. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\PAINTER.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:09; edited 62 times in total |
|||
![]() |
|
Picnic 09 Oct 2015, 06:27
🔹 Mini Adventuring Squad is a small puzzle game written in Hobby BASIC.
It is a clone of a game from PuzzleScript. The first 20 rooms are ready and fully playable. The game's ANSI graphics were designed in Draw, the design program written in Hobby BASIC. An adventuring team of three is trapped in a dungeon, searching for treasures. With their unique skills and limitations, they must navigate a dungeon full of tricks and traps. There are 3 characters: The Warrior: He leads the team and can push boxes. The Rogue: She can open doors, but be careful because she destroys the altars (God's wrath and such). She always follows the Warrior. The Mage: Only he can activate the golden altars in each dungeon. He always follows the Rogue and the Warrior. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\SQUAD.BAS. Windows 10 console screenshots. ![]() Last edited by Picnic on 21 Apr 2025, 16:09; edited 74 times in total |
|||
![]() |
|
SergeASM 20 Nov 2015, 10:21
In the file Console.asm I see "Copyright © 2013-2015, Nick Kouvaris". Is this the same Nick Kouvaris, which did flash games on lightforce.freestuff.gr?
Serge |
|||
![]() |
|
Picnic 20 Nov 2015, 11:34
Hi SergeASM,
Yes that's me, nice of you to ask. |
|||
![]() |
|
Picnic 11 May 2016, 11:08
🔹 Escape The Void is a small puzzle game written in Hobby BASIC.
It is a clone of a game from PuzzleScript. Your goal is to place the boxes in the correct positions, either by pushing or pulling them. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\VOID.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:09; edited 65 times in total |
|||
![]() |
|
redrum88 19 May 2016, 00:25
Very nice, thanks!
|
|||
![]() |
|
Picnic 14 Jun 2016, 10:08
🔹 Paint Box is a small puzzle game written in Hobby BASIC.
It's a fun puzzle with an increasing level of difficulty. It is similar to Painter, but it plays very differently. You spend the best night of your life, going out with your friends and painting everything. But be careful around the fences. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\PAINTBOX.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:10; edited 68 times in total |
|||
![]() |
|
Picnic 07 Aug 2016, 09:10
🔹 Resin-Caster is a small puzzle game written in Hobby BASIC.
In this puzzle, when two joints combine, they form a solid purple resin. It is a fun puzzle with an increasing level of difficulty. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\RESIN.BAS. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:10; edited 70 times in total |
|||
![]() |
|
Picnic 21 Oct 2016, 08:41
🔹 Pullkoban is a small puzzle game written in Hobby BASIC.
It has the unique feature of being a pull Sokoban, meaning you pull boxes instead of pushing them. It includes 4 rooms, keyboard movement, undo last move, and sounds. The game's source code can be found in the folder: EXAMPLES\GAMES\WIN10\PULLKOBAN.BAS. It can serve as a guide for a larger project. Windows 10 console screenshot. ![]() Last edited by Picnic on 21 Apr 2025, 16:10; edited 47 times in total |
|||
![]() |
|
filox 21 Oct 2016, 11:52
Sorry but where i can find sources of Hobbybasic?
|
|||
![]() |
|
Goto page Previous 1, 2, 3, 4, 5 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.