Jump to content

You could always try making a simple board or puzzle game with a complete UI. (For a novice this isn't exactly the easiest task but it should be doable if you're dedicated) I've made Reversi (last year during the fall semester for a class) and Tower of Hanoi (over the summer for fun) using Python.

 

Also you could try solving the problems Google asks during their interviews: https://www.interviewcake.com/google-interview-questions

Link to comment
https://linustechtips.com/topic/673177-projects/#findComment-8686993
Share on other sites

Link to post
Share on other sites

I agree with elfFriend, coding programs with UI tends to be very rewarding in terms of experience (OpenCL for C++ and the buil-in graphic packages for Java).

 

Windows (and the WMD platform in general) tends to be easier to approach when programming in C#, due to the efficiency and compatibily enhancements that it brings to all Microsoft systems.

Link to comment
https://linustechtips.com/topic/673177-projects/#findComment-8690111
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×