Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algosup/2024-2025-project-1-fpga-team-1
The goal of the FPGA project is to recreate a Frogger in Verilog.
https://github.com/algosup/2024-2025-project-1-fpga-team-1
Last synced: about 6 hours ago
JSON representation
The goal of the FPGA project is to recreate a Frogger in Verilog.
- Host: GitHub
- URL: https://github.com/algosup/2024-2025-project-1-fpga-team-1
- Owner: algosup
- Created: 2024-09-23T12:56:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:36:27.000Z (22 days ago)
- Last Synced: 2024-10-25T20:18:40.603Z (22 days ago)
- Language: Verilog
- Homepage:
- Size: 5.41 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALGOSUP - 2024-2025 - Project 1 - FROGGER - Team 1
## Team Members
| Photo | Name | Role | Contact |
|---|---|---|---|
| | Grégory PAGNOUX | Project Manager | [GitHub](https://github.com/Gregory-Pagnoux) \| [LinkedIn](https://www.linkedin.com/in/grégory-pagnoux-313b3a251/) \| [Mail](mailto:[email protected]) |
| | Lena DE GERMAIN | Program Manager | [GitHub](https://github.com/lenadg18) \| [LinkedIn](https://www.linkedin.com/in/lena-degermain-5535a032a/) \| [Mail](mailto:[email protected]) |
| | Mathis LEBEL | Technical Leader | [GitHub](https://github.com/mathislebel) \| [LinkedIn](https://www.linkedin.com/in/mathis-lebel-429114293/) \| [Mail](mailto:[email protected]) |
| | Robin GOUMY | Software Engineer | [GitHub](https://github.com/RobinGOUMY) \| [LinkedIn](https://www.linkedin.com/in/robin-goumy-66452832a/) \| [Mail](mailto:[email protected]) |
| | Alexis SANTOS | Quality Assurance | [GitHub](https://github.com/Mamoru-fr) \| [LinkedIn](https://www.linkedin.com/in/alexis-santos-83481031b/) \| [Mail](mailto:[email protected]) |
| | Yann-Maël BOUTON | Technical Writer | [GitHub](https://github.com/devnjoyer) \| [Mail](mailto:[email protected]) |## Overview
This project is an ALGOSUP project, driven by the students. This project aims to create a Frogger game with a FPGA language and a Go Board. A Frogger game of whose aim is to cross the map from bottom to top, avoiding obstacles.
## What Is FroggyRanck
You follow the adventure of Ranck, a frog who has been separated from his love and needs to browse the city and its dangerous roads. Your goal is simple, help Ranck to pass the road without crossing the paths to cars.
## How To Install
On Mac OS
1. Install Verilog compiler like [APIO](https://nandland.com/set-up-apio-fpga-build-and-
program/)
2. Download all the source code on this [link](https://github.com/algosup/2024-2025-project-
1-fpga-team-1).
3. Plug the GO BOARD into your computer.
4. Open a command line prompt inside the game repository.
5. Type “apio upload” inside the prompt.## How To Use
To play FroggyRanck, feel free to check the documentation here: [User Manual](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/User_Manual.pdf)
## Project documents
- [Project Charter](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/Management/project_charter.md)
- [Functional Specifications](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/Functionnal_Specification.md)
- [Technical Specifications](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/thecnical_Specification.md)
- [User Manual](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/User_Manual.pdf)
- [Test Plan](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/Test_Plan.md)
- [Management](https://github.com/algosup/2024-2025-project-1-fpga-team-1/blob/main/Management/documents_management_links.md)## MIT License
Copyright (c) 2024 ALGOSUP
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.