Jump to content

Projects

TireDuck

Hey guys, I'm learning to program and want to start a new project to apply some skills, but I'm not sure where to start.

I'm thinking either an android app or maybe some CLI app, but other than that I'm stuck.

Any ideas for what to do?

Cheers

Link to comment
Share on other sites

Link to post
Share on other sites

Language, skill level and targeted platform? 

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, as96 said:

Language, skill level and targeted platform? 

C++, Python or Java, novice and Windows or Android.

Link to comment
Share on other sites

Link to post
Share on other sites

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

×