Skip to content

Commit 199d094

Browse files
authored
Update CITATION.cff
1 parent 86039ba commit 199d094

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CITATION.cff

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Visit https://bit.ly/cffinit to generate yours today!
33

44
cff-version: 1.2.0
5-
title: Realization of computer games using a microcontroller
5+
title: >-
6+
Computer games design based on the application of a
7+
microcontroller
68
message: >-
79
If you use this software, please cite it using the
810
metadata from this file.
@@ -15,9 +17,13 @@ authors:
1517
Engineering
1618
repository-code: 'https://github.com/aleva147/Arduino-Game-Console'
1719
abstract: >-
18-
Game console built using an Arduino UNO R3 microcontroller
19-
board as its core with a small set of popular and simple
20-
games.
20+
A simple video game console that supports single-player
21+
and two-player versions of games Snake, Pong and Flappy
22+
Bird. The two-player versions of games Snake and Flappy
23+
Bird are based upon a unique collaborative multi-player
24+
approach. Used hardware: Arduino UNO or UNO R3
25+
microcontroller board, LED matrix displays, analog
26+
joysticks and a buzzer.
2127
keywords:
2228
- arduino
2329
- arduino uno

0 commit comments

Comments
 (0)