2017 February 1k Contest

Sweep
Sweep
Gravity
Tree
Tree
Tree
Tree

2017 February 1k Contest

Winners announced

1nd Place: Mesmerizing Phyllotaxis by Jeff

Judging Notes: Fairly under 1k in size. It definitely fits the description, as it is very mesmerizing. Simplistic, yet elegant.

2st Place (Best Game): 16 Game by Eric

Judging Notes: This project fits barely under the 1k mark, and sure delivers. Great implementation of this game. This was the only game based project submitted

2rd Place (Best NonGame): Bracelet Maker by Larry Q

Judging Notes: A neat project. Very neat that it takes input, almost like a game, but yet is not one. Delete feature is cool.

A tiny code game/visualization competition!

Welcome to the KTBYTE 1k Contest for U.S. Middle + High School Students! This regularly occuring contest aims to support pre-college computer science education. Furthermore, this competition aims to promote creativity and design.

1k competitions use Processing.js and Processing 3.1 Java. Your application must work in both, and the application must max 1kb of code. Click on the pictures above to see past entrants.

Prizes

We have 3 prizes

  1. $30 – Best Project under 1k
  2. $15 – 2nd Best Game under 1k
  3. $15 – 2nd Best Non-Game under 1k

Rules

  • Contestants can work individually or in teams of two. If a team wins a prize, we will send payment to the name listed first in the submission. The team can then split the winnings however they want.
  • All Entrants must currently be enrolled in middle or high school to enter.
  • Deadline is 11:59:59PM on February 28th, server timestamp (Eastern Time). It is recommended to upload it well before the deadline.
  • All code must be submitted as one processing.js project at or under 1kB of UTF-8 text (or 1024 ASCII characters). This includes whitespace. Use any character counter such as http://bytesizematters.com/
  • Canvas size should be under 1000 pixels wide and 1000 pixels tall. We recommend under 800×800 for best viewing on phones.
  • All program code must execute both in Processing.js (latest chrome and firefox) and Processing Java (latest Processing).
  • All programs must be self contained (no loading data from websites, etc).
  • No external data files are allowed. Consequently, sprites must be stored as strings or arrays.
  • No external libraries may be used besides the Processing API.
  • Code may not be copied from the internet. If the code matches some 3rd party code on the internet by 50% or more, judges will consider it plagiarized.
  • Judging panel has final say on all matters (rejecting programs that act as viruses, for example).

Submissions

  • There are no more submissions.

Getting Started

Check out similar competitions such as the Java 4k competition or js1k javascript competition. You may even find the International Obfuscated C Code Contest useful for ideas on compressing code

Take a look at past projects at the showcase. Also take a look at projects done by the online community at openprocessing.org (includes college student and adults’ projects)

Judging

Judges will consider four measures when ranking projects:

  1. The popularity of the submission according to votes (voting will begin after the submission deadline)
  2. The technical complexity of the submission
  3. The subjective appeal of the submission (including performance in the browser / other devices)
  4. The uniqueness of the submission

Leave a Reply

Your email address will not be published. Required fields are marked *