Project.

09/03/2016

Today we officially started our final Project. We will be doing a library of retro videogames for example, snake, space invaders and brick. We get enough information to be able to start our Project. We begin with the snake game, we thought that it would be easy, but it’s not like that. We got the basic so far, but we need to download several libraries like conio.h; however, we don’t know how. So we will be asking Ken next class.

#Yo soy 196 #WSQ11

Hey there, finally there is a new program up! Here a video that explains how I did it!

Just kidding! I didn’t do this program on a run, I did it on some minutes of each day! Hope you like the video :3.

For doing it, I actually don’t look for any extra info, just see the video that Ken upload on how to download and put BigInteger and how to use Make, here I leave you the video that Ken put, thanks Ken for it:

Here is some pictures of the program running, at list there is some differences with the program that Ken run, but it’s close:

Sin título

The code, you can check it here:

https://gist.github.com/anonymous/eb59890f7ffa5c1016f4

I know that I don’t upload any video, but I can help you out if you want to, just send me a comment or a message.

Quiz 2

I have trouble with the two problems of the quiz. For the superpower I didn’t want to download the library and put the formula. So I try hard to solve it and it end up well I think. For the stars, I had no clue I was doing, so I used Isaac code as reference to do what I needed to do, and somehow it helped me to understand the problem.
Here are the codes:quiz2
quiz2b

Wsq03/WSQ08

WSQ03These activities were about creating a program in which they calculate the division, sum, difference and the division remainder of two given numbers. It didn’t ask you to do it with function but I did anyways and that was asked in WSQ08. Everything is better if you use functions, for this you have to define your variables. To do this activity I had to check how to define a function, and now I know that you can define it with int, float, long, char.