05-02-2024, 06:52 PM
Hi
This is a work in progress of LD3DMazeGame.sb porting to C# but without ILSpy.
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
This is a work in progress of LD3DMazeGame.sb porting to C# but without ILSpy.
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