https://github.com/cm0use/turtle-graphics
Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.
https://github.com/cm0use/turtle-graphics
c cgame deitel-exercises turtle-graphics
Last synced: 3 months ago
JSON representation
Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.
- Host: GitHub
- URL: https://github.com/cm0use/turtle-graphics
- Owner: CM0use
- License: gpl-3.0
- Created: 2022-04-16T00:43:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T21:03:22.000Z (about 2 years ago)
- Last Synced: 2025-04-05T09:11:11.184Z (9 months ago)
- Topics: c, cgame, deitel-exercises, turtle-graphics
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Turtle Graphics
Use the turtle as a cursor to draw on the map.
Features •
Requirements •
Compile & Run •
Contributing •
License

## Features
* You can change the size of the map.
* You can also change the appearance of the turtle and what it is drawing.
* Easy to modify.
* Cross-Platform
- Windows, macOS and Linux.
## Requirements
* gcc
* git (optional)
## Compile & Run
To **clone** and **compile** this game, you will need to have **git** and **gcc** installed on your computer.
From your command line:
```bash
git clone https://github.com/CM0use/Turtle-Graphics.git
cd Turtle-Graphics
gcc -O2 -std=c2x src/main.c src/turtle.c -o TurtleGraphics
```
Run on **macOS & Linux**:
```bash
./TurtleGraphics
```
Run on **Windows**:
```cmd
TurtleGraphics.exe
```
## Contributing
**Any contribution you make will be greatly appreciated.**
If you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.
You can also open the issue tracker to report any improvements or bugs.
## License
**Distributed under the GNU General Public License v3.0**
See accompanying file LICENSE
or copy at GNU General Public License