Similar presentations:
Digital project "Tic Tac Toe"
1. Digital project "Tic Tac Toe"
Digital project"Tic Tac Toe"
By S.Ilyasov, A.Kuchkartaeva, V.Taratutin
2. NSU
10 hours before :3. NSU
Purpose of the projectImplement a game of tic-tac-toe in Logisim.
Develop a 3x3 game pad, connect it to a full-core CdM-8
system with amemory-mapped I/O.
Write an assembly language program to manage the game.
Make the game beautiful and easy to use
4. NSU
HardwareTTTC - responsible for displaying the cross or nought on the display
BPC - transmits information about the last click to the processor
SDR sends the ID of the desired character to the cell with the desired coo
rdinate
CYD – responsible for level of difficulty
WLD - checks whether there are 3 crosses or 3 zeros in a row
ShwTm - displays a message depending on the outcome of the game
WnLsDw - determines the outcome of the game
5. NSU
NardwareTTTC - responsible for displaying the cross or
nought on the display
BPC - transmits information about the last click
to the processor
SDR - sends the ID of the desired character to
the cell with the desired coordinate
CYD – responsible for level of difficulty
WLD checks whether there are 3 crosses or 3 zeros i
n a row
ShwTm - displays a message depending on the
outcome of the game
WnLsDw - determines the outcome of the game
WLD
TTTC
BPC
SDR
WnLsDw
ShwTm
CYD
6. NSU
ТТТС7. NSU
BPCSDR
8. NSU
ShwTmCYD
9. NSU
WnLsDrwWLD
10. NSU
SoftwareData storage
Defense tactic
Attack tactic
Difficulty levels
11. NSU
ConclusionThe project is
functioning
The project is convinient
The project is beautifull