-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
56 lines (47 loc) · 2.35 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
JOC TRUC
Pàgina web:
- Posar instruccions de truc
Codi (prioritat alta):
- Posar instruccions de truc (vés a print.cpp, a partir de la línia 54).
Intentar fer-ho tipo:
1. Se col·loquen per parelles.
2. Hi ha 3 rondes.
3. Se reparteixen tres cartes (sense 8 i 9).
4. XXXX
5. XXXX
6. XXXX
7. XXXX
8. XXXX
- Neteja general de codi. Hi ha funcions que són de BlackJack.
- (No prioritari) Fer altres jocs apart de Truc (?). Estaria guai tenir-ho tot en un mateix lloc, lo que haurem de fer feina amb moltes herències (si un cas ja faríem mockup per això).
- (No prioritari, però convenient) Implementar aquest codi al README:
[](https://ci.appveyor.com/project/ineshbose/blackjack-cpp)
[](https://travis-ci.org/github/ineshbose/blackjack_cpp)
[](https://app.codacy.com/manual/ineshbose/Blackjack_CPP)
[](LICENSE)
[](https://repl.it/github/ineshbose/blackjack_cpp)
Gràfics (prioritat baixa, de moment):
- Dibuixar escenes a llapis, per després implementar-les i tenir una referència.
Llicències (prioritat baixa, de moment):
- Apuntar, al principi de cada fitxer, un codi similar a aquest:
/*
* Truc
*
* Copyright (C) 2020
* Wiseshell Team
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/