Viliam_Bur comments on What are you learning? - Less Wrong

13 Post author: Viliam_Bur 15 September 2014 10:50AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (126)

You are viewing a single comment's thread.

Comment author: Viliam_Bur 15 September 2014 10:51:40AM 2 points [-]

Mobile game programming

Comment author: Emile 16 September 2014 08:35:57PM 6 points [-]

Come on, that's like a super specific category, how would you expect people to have stuff to put in there!

... anyway, I've been prototyping game mechanics in AngularJS and more generally learning about that framework, so I can use it to make/prototype web-based or mobile games. I haven't been putting huge amount of time in it yet though.

Comment author: Roxolan 18 September 2014 10:58:57AM *  3 points [-]

Working on my first serious project using AndEngine (a game that's a cross between Recettear and Night Shift). The joy of puzzling code out without any documentation. I'm at the stage where I can display the shop and have customers come in and wobble around, without there being any actual gameplay.

Comment author: Viliam_Bur 15 September 2014 10:57:11AM 3 points [-]

I am interested in both Android Java programming and Unity programming.

I already did a very simple demo "Relax Bubbles", now I am working on Sudoku. The next project will be a simple 3D game in Unity, which already provides the physics and 3D, so I just have to design some levels.