Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaosilvait/spaceinvaders
Project made in my 1st Year at University cisisting in combining Hardware in VHDL and Software in Kotlin to recreate the classic SpaceInvaders Game on a MAX DE10 Lite FPGA Board
https://github.com/joaosilvait/spaceinvaders
fpga kotlin max10-lite quartus-prime spaceinvaders vhdl
Last synced: about 1 month ago
JSON representation
Project made in my 1st Year at University cisisting in combining Hardware in VHDL and Software in Kotlin to recreate the classic SpaceInvaders Game on a MAX DE10 Lite FPGA Board
- Host: GitHub
- URL: https://github.com/joaosilvait/spaceinvaders
- Owner: JoaoSilvaIT
- Created: 2024-10-10T23:59:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T00:18:14.000Z (3 months ago)
- Last Synced: 2024-10-29T02:26:36.992Z (2 months ago)
- Topics: fpga, kotlin, max10-lite, quartus-prime, spaceinvaders, vhdl
- Language: VHDL
- Homepage:
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceInvaders
Project done in my 1st Year enveloping Hardware in VHDL and Software in Kotlin to recreate the classic SpaceInvaders Game on a MAX10 FPGA BoardTo run the program is very simple, just access the USB_PORT.properties in the Software folder and switch the #simulation according to the situation, if you have the FPGA MAXDE10 LITE board switch it to false and run the APP.kt file, without the board you can use the simulation program just by switching the simulation line to true and running the APP.kt file
The project guide as everything needed to know about the game and each command and keybind to play.