Tuesday, 4 October 2016

Week 2


So far the progress has been slow. I have been solving some Sudoku puzzles to get a deeper idea of how Sudoku game works.

I have been successful in creating the basic game board for Sudoku. I have also made the writing class by which as the user inputs numbers subsequent images of the numbers are displayed on the screen

So far only I have been only focusing on the GUI aspect of the game.

I have been reading up on mouse and keyboard events and have been able understand the keyboard events in SDL from this tutorial: http://lazyfoo.net/tutorials/SDL/04_key_presses/index.php

Helpful websites to note:
  • https://www.youtube.com/watch?v=xMDo35oFef0
  • http://www.codeproject.com/Articles/33894/Creating-a-Sudoku-game
  • http://www.dreamincode.net/forums/topic/76948-sudoku-game-in-c/
  • http://www.cplusplus.com/forum/beginner/32467/
SDL related help:
  • http://lazyfoo.net/tutorials/SDL/04_key_presses/index.php
  • http://www.sdltutorials.com/sdl-tutorial-basics
  • http://stackoverflow.com/questions/21007329/what-is-a-sdl-renderer

No comments:

Post a Comment