https://github.com/taffarel55/beginning-cpp-through-game
Codes and Exercises of the book Beginning C++ Through Game Programming
https://github.com/taffarel55/beginning-cpp-through-game
books cpp games
Last synced: 5 months ago
JSON representation
Codes and Exercises of the book Beginning C++ Through Game Programming
- Host: GitHub
- URL: https://github.com/taffarel55/beginning-cpp-through-game
- Owner: taffarel55
- License: mit
- Created: 2021-07-07T10:39:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T11:38:17.000Z (over 4 years ago)
- Last Synced: 2025-02-26T10:45:43.610Z (about 1 year ago)
- Topics: books, cpp, games
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beginning C++ Through Game Programming, Third Edition
Códigos dos exercícios do livro **Beginning C++ Through Game Programming, Third Edition**
**ISBN-10** : 1-4354-5742-0
**ISBN-13**: 978-1-4354-5742-3
**eISBN-10**:1-4354-5743-9
**Autor**: [Michael Dawson](https://www.amazon.com.br/kindle-dbs/entity/author/B001K7TRTM?ref_=dbs_p_pbk_r00_abau_000000)
---
## Capítulos
- [Chapter 1 - Types, Variables, and Standard I/O: Lost Fortune](https://github.com/taffarel55/gameBook/tree/main/Chapter%201)
- [Chapter 2 - Truth, Branching, and the Game Loop: Guess My Number](https://github.com/taffarel55/gameBook/tree/main/Chapter%202)
- [Chapter 3 - For Loops, Strings, and Arrays: Word Jumble](https://github.com/taffarel55/beginning-cpp-through-game/tree/main/Chapter%203)
## Contribuindo
Pull requests são sempre bem vindos, posso ter esquecido de alguma coisa, ou me passado em algo. Se for uma mudança grande, abre uma Issue antes pra gente discutir as mudanças. Obrigado!
## Licença
[MIT License](LICENSE)