Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage Update For Fill Circle #243

Open
wants to merge 2 commits into
base: usage-examples
Choose a base branch
from

Conversation

EthanRin
Copy link

#Overview

Added usage example for fill_circle including C# OOP and Python

##SplashKit Function: fill_circle

  • C# Code (Object-Oriented Programming)
  • Python Code
  • Update naming for Top Level Code

##Checklist

  • Clear Demonstration of the function
  • Code uses Splashkit Function
  • Tested on Chrome and it's fully functioning

##Folders and Files Added/Modified
Added:

  • fill_circle/fill_circle-1-simple.py
  • fill_circle/fill_circle-1-simple-oop.cs
    Modified
  • fill_circle/fill_circle-1-simple-top-level.cs

#Overview
---
Added usage example for fill_circle including C# OOP and Python

##SplashKit Function: fill_circle

- [x] C# Code (Object-Oriented Programming)
- [x] Python Code
- [x] Update naming for Top Level Code

##Checklist

- [x] Clear Demonstration of the function
- [x] Code uses Splashkit Function
- [x] Tested on Chrome and it's fully functioning

##Folders and Files Added/Modified
Added:
- [x] fill_circle/fill_circle-1-simple.py
- [x] fill_circle/fill_circle-1-simple-oop.cs
Modified
- [x] fill_circle/fill_circle-1-simple-top-level.cs
Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for splashkit-io ready!

Name Link
🔨 Latest commit 314d01a
🔍 Latest deploy log https://app.netlify.com/sites/splashkit-io/deploys/673447fec1c9b80008f630d7
😎 Deploy Preview https://deploy-preview-243--splashkit-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@breezy-codes breezy-codes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prior PR reviewed: #236

I've reviewed this pull request and the update to the fill circle usage example. The code structure and comments match well.

  • All required files are present.
    • Title and explanation (.txt)
    • C++ code
    • C# code (top-level statements)
    • C# code (Object-Oriented Programming)
    • Python code
  • Code correctly uses Splashkit functions.
  • Code clearly demonstrates the function.
  • All versions maintain the same structure and comments.
  • C++ code ran correctly.
  • C# top level code ran correctly.
  • C# OOP code ran correctly.
  • Python code ran correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants