Tag Archives: #FinalProject

Final Project — Second post

Hey everybody!

I am very excited about our final project because we have done the hardest part: evaluate user input in the game.

Now, we just need to add a history and reset function, but that is really simple.

Anyways, I hope we can finish our project as soon as possible to give me mor time to do my missing masteries.

Here is the link to my code:

https://github.com/kenwbauer/AuroraJuanPablo/blob/master/sudoku.cpp

Enjoy it!

Final Project Post

This is another post regarding the final project in Ken Bauers TC1017 C++ programming class.

Our progress on my teammate and i’s sodoku is very far. We have created a all of the necessary  functions in the program it it works wonderfully. We have even added color and changed the code so the user is not able to input certain rows, columns, numbers, and even in certain locations. The sodoku is almost completed we just have to fix a few errors in it.

Final Project — First Post

Hello everybody.

This is the first post that I do about our Sudoku project because I forgot to do it last week. anyways, we have improve a lot this week and it feels pretty awesome, but our code still needs many changes to run correctly. We expect to advance a lot this week with our teacher’s help. 

You will see many other posts like this trough this 2 1/2 weeks and I hope you enjoy them! 

See you. 

 

Project Post

This is a post regarding the final sodoku project in Kens TC1017 course on C++ programming. 

My teammate Juan Fransico and I have made a lot of progress. We have nearly completed the code. What we have left is re-coloring the code and making the code easier to read. The Sodoku is completed and works perfectly but it is very long. We are able to shorten it using a few math formulas. 

I hope you all are progressing well on your code.

Final project (First post) #TC1017

Hello everybody, my partner Fernando Alvarado and I Osvaldo Mendoza, were working last week in our final project.

we decided to begin with a new code, so what we tried to do, is making the sudoku with arrays and coordinates, so in this way we could compare the rows and columns by using conditionals, but of course we found a lot of obstacules that we have to improve in the next days, I am going to leave my link of the code in github here:

https://github.com/servin1/Final-project