Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cthacker-udel/raspberry-pi-scripts
Raspberry Pi Scripts in the following languages : Python, C++, C, Makefile, Bash Shell/Script, and Java!
https://github.com/cthacker-udel/raspberry-pi-scripts
c cpp java makefile pieces project python python3 raspberry-pi sense-hat shell shell-script translator
Last synced: 1 day ago
JSON representation
Raspberry Pi Scripts in the following languages : Python, C++, C, Makefile, Bash Shell/Script, and Java!
- Host: GitHub
- URL: https://github.com/cthacker-udel/raspberry-pi-scripts
- Owner: cthacker-udel
- Created: 2021-03-05T11:07:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T18:49:01.000Z (over 1 year ago)
- Last Synced: 2023-05-24T20:27:45.168Z (over 1 year ago)
- Topics: c, cpp, java, makefile, pieces, project, python, python3, raspberry-pi, sense-hat, shell, shell-script, translator
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Scripts
> Author : Cameron Thacker - University of Delaware
## Python Library
- [x] Blackjack
- [x] Display current time on Raspberry Pi Sense Hat [24 Hour clock]
- [x] Display current weather forecast on Raspberry Pi Sense Hat
- [x] Display name given on Raspberry Pi Sense Hat
- [x] Rock Paper Scissors
- [x] Number Guessing Game
- [x] Set a Timer with a reminder message
- [x] Implementation of Translator with Menu displaying all available translators, format of call is 'python3 translator.py menu' to display menu and "python3 translator.py \ '\'"
- [x] Full Implementation of Sense-Hat Python API module called SenseHat
- [x] Hello World script which display rotates 90 degrees every iteration on the Raspberry Pi Sense Hat## C Library
- [x] Checkers
- [x] Etch-A-Sketch
- [x] Poker
- [x] Blackjack
- [x] War
- [x] Train (Linked List)
- [x] Library Implemenation (Linked list, sorting linked list, adding attributes onto node before appending onto list)
- [x] Stack implementation
- [x] Queue implementation
- [x] School implementation (Linked List with strings as values, instead of integers)## C++ Library
- [x] Dog Game (Move a player throughout a forest entering the commands up(u),down(d),left(l),right(r) avoiding traps and trying to reach the end point[E] without running out of strength
- [x] Implementation of Shapes properties (area,surface area, volume, etc)
- [x] Implementation of mock data structure of a city - school relationship
- [x] Implementation of Zoo structure, animal class that the animal type of Zoo inherits Zebra.cpp --> ZebraZoo.cpp
- [x] Implementation of Library structure, Book class containing name and information, and library containing an array of Books
- [x] Implementation of One,Two,Three,Four Dimensional pointer arrays
- [x] Implementation of Linked List (Singly, Doubly)
- [x] Implementation of Stack
- [x] Implementation of Othello game## Bash Script Library
- [x] Zombie Survival Implementation
- [x] Generate N prime numbers implementation## TODOS
--------
Checkers functionality:
- Implement double move for pieces
- [x] Implement ability to move backwards and forwards between each team's piecesPoker functionality:
- [x] Implement input and output functionality
- [x] Refine print statement (ones which display hand display twice)