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
#1
Hi

This is a work in progress of LD3DMazeGame.sb porting to C# but without ILSpy.

[Image: 1.jpg]

Configuration file (room1.txt):

About: maze3d using litdev extension
a=coffee.png;b=bug.png;c=head.png;d=Tree.png;e=whitePawn.gif;f=whiteRook.gif;
1=wall.jpg;2=stones.jpg;3=water.jpg;

XXaXbXcXdXCXeX
XXXLXXXZLXXZXf
XXXX  LXXXa LX
XXX    XXCXXb
XXLXXcXXSLXXdX
XXXcXCXXeXX

Just an idea for end (non programmer) user to have a feature to make a gaming room by text file and images.
Running:  LD3DMazeGame2  room1.txt

A little bit from source code (got from original litdev's code):

// Create a world based on layout
// X is an empty room
// L is a room with a light
// C is a room with a rotating illuminated cone
// S is a room with a rotating illuminated sphere
// Z is Zeb
// a-z is a custom wall images in config file

Where is a good place to share code? Maybe should be reviewed by litdev before publishing?

st
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)