We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LD3DMazeGame
#4
Cool, the TestHarness project is so I can call small segments and debug through the LitDev extension.  With similar code you could also debug through SmallBasicLibrary.dll or LitDev.dll to see how stuff works.

Because Small Basic and extensions use the Primitive type (this is one thing that really limits SB) and we need to use Reflection to access the core SB environment like GraphicsWindow extensions can be quite convoluted.

Another challenge would be to write something simple like the turtle in C# without referencing SmallBasicLibrary at all.  The code could then be free from the Primitive type and all the Reflection code.  GraphicsWindow is just a Canvas control sitting in a Window.
Reply


Messages In This Thread
LD3DMazeGame - by stevantosic - 05-02-2024, 06:52 PM
RE: LD3DMazeGame - by litdev - 05-02-2024, 08:11 PM
RE: LD3DMazeGame - by stevantosic - 05-03-2024, 01:58 PM
RE: LD3DMazeGame - by litdev - 05-03-2024, 03:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)