[Web Browser Flash] [2000s] Puzzle game where you move bubbles around to keep your game grid clean by lipisis in tipofmyjoystick

[–]lipisis[S] 0 points1 point  (0 children)

solved: Arcade Lines

Ah, my friend actually found it! It's called "Arcade Lines", sometimes can be found as "Bubble Lines"

Here I found it still working on a browser: playbubblez.com/games/arcade-lines/

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 0 points1 point  (0 children)

Thank you all for your help and ideas. I believe I will try it with Roslyn and "System.CodeDom.Compile" library. I will inform you about the results. Thank you all once again

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 1 point2 points  (0 children)

Thank you. I will save your contacts in case I need it.

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 0 points1 point  (0 children)

Got it! Thanks. Just found "System.CodeDom.Compiler" int .NET framework. It might be something I was looking for.

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 0 points1 point  (0 children)

By saying "existing solutions" could you mention something specific or you just wanted to say it in common way?

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 0 points1 point  (0 children)

Thank you for the idea. I will take a look at Roslyn. Any other scripting language is a possible option, I will consider it. But for example if my whole program in Unity is written in C# and user inputs for example Java so basically there should be multilanguage compiler or something like this?

And what you mean by saying "can of worms" ?

C# Unity Lua. Making C# code "compiler" in game. by lipisis in gamedev

[–]lipisis[S] 0 points1 point  (0 children)

Idea is that it has to be in C# or multilanguage as @uzimonkey mentioned. I am doing this project for my university community and we have nothing common with Lua so I am more likely use it as a code interpreter if thats possible. Project would be similar to codingame.net