Jump to content




CodeIt Contest [Credits In Description]


  • This topic is locked This topic is locked
16 replies to this topic

#1 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 18 September 2015 - 10:03 PM

CodeIt was a game I played on a server, where the contest was to make a program under the topic that was given. The game was made by BowWhalley and I am just re-creating it on the forums.

Rules:
Spoiler

WINNERS:
Spoiler

The game starts whenever enough people volunteer (ie: pm'ing me to join or asking in comments)


Whenever The Topic Is Made, It Will Appear Below With The Due Date.
---------------------------------\
An Installer, Doesnt Matter What it installs |
At The End Of September. |
---------------------------------/
Post pastebin links in comments at the end of September

Edited by ArchTyler, 24 September 2015 - 11:32 PM.


#2 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 18 September 2015 - 10:06 PM

sounds interesting. May I join?

#3 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 18 September 2015 - 10:42 PM

Sounds fun. I might do it if I have time.

#4 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 18 September 2015 - 10:44 PM

@H4X0RZ Yes you can join! Make sure to tell your friends!

#5 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 18 September 2015 - 11:20 PM

Ok, game has started, Check post for the Topic and Due date, anybody new can join in, but upload the pastebin link once the due date is reached.

#6 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 20 September 2015 - 07:16 AM

i'm somewhat late, imma just start making something

#7 biggest yikes

  • Members
  • 573 posts

Posted 21 September 2015 - 09:25 PM

I didn't volunteer but I have an awesome "installer", can't wait to release it :P

Edited by Atenefyr, 21 September 2015 - 09:25 PM.


#8 SquidDev

    Frickin' laser beams | Resident Necromancer

  • Members
  • 1,427 posts
  • LocationDoes anyone put something serious here?

Posted 22 September 2015 - 12:01 PM

I rewrote something I started about 6 months ago now. This is a 'web build' system for Howl - it downloads a GitHub repository and builds the project on the current system.

You can get webbuild through pastebin: pastebin get RcfW98XL webbuild
To run it, simply specify the repo and branch name: webbuild SquidDev-CC/Howl build.

Once the task has run, it will prompt for another task to be run, in case it fails or you ran the wrong one. You can specify the --once flag to disable this. This then allows for a pretty nice installer for a project: pastebin run RcfW98XL SquidDev-CC/Howl build --once. This has the advantage that you don't have to upload a built version of your code to pastebin every time you change something, as the installer always fetches the latest code.

I'm probably going to look into a way of specifying files to preserve. Currently it keeps all build artefacts and it would be better to only keep one specific file, such as the minified result.

#9 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 24 September 2015 - 11:22 PM

View PostAtenefyr, on 21 September 2015 - 09:25 PM, said:

I didn't volunteer but I have an awesome "installer", can't wait to release it :P
You can join in anytime, you can just post the pastebin link when the Due Date is reached.

#10 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 24 September 2015 - 11:30 PM

View PostSquidDev, on 22 September 2015 - 12:01 PM, said:

I rewrote something I started about 6 months ago now. This is a 'web build' system for Howl - it downloads a GitHub repository and builds the project on the current system.

You can get webbuild through pastebin: pastebin get RcfW98XL webbuild
To run it, simply specify the repo and branch name: webbuild SquidDev-CC/Howl build.

Once the task has run, it will prompt for another task to be run, in case it fails or you ran the wrong one. You can specify the --once flag to disable this. This then allows for a pretty nice installer for a project: pastebin run RcfW98XL SquidDev-CC/Howl build --once. This has the advantage that you don't have to upload a built version of your code to pastebin every time you change something, as the installer always fetches the latest code.

I'm probably going to look into a way of specifying files to preserve. Currently it keeps all build artefacts and it would be better to only keep one specific file, such as the minified result.
Whenever I run the pastebin run RcfW98XL SquidDev-CC/Howl build --once
it says : RcfW98XL:73: unexpected argument --once ,
Am I supposed to use another argument?
Also whenever I ran the webbuild SquidDev-CC/Howl build
it says this:
Attached Image: codeit fail !.png

Btw I love the installer to where it shows the % and files its downloaded and how many it needs to download.
Just waiting on other people to upload there pastebin links and on The Due Date I will judge them and upload the winners pastebin link to the post under the spoiler WINNERS

#11 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 26 September 2015 - 12:08 AM

mine is still going, but it won't connect to the set link

#12 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 26 September 2015 - 12:29 AM

well, i've finished.. now to add more stuff & things

#13 SquidDev

    Frickin' laser beams | Resident Necromancer

  • Members
  • 1,427 posts
  • LocationDoes anyone put something serious here?

Posted 26 September 2015 - 09:44 AM

View PostArchTyler, on 24 September 2015 - 11:30 PM, said:

View PostSquidDev, on 22 September 2015 - 12:01 PM, said:

-snip-
Many bugs.

Ahh, I uploaded an older version to pastebin which didn't include the --once flag. I'll update it now.
I can't reproduce the issue with not finding the Howlfile, very odd...

#14 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 02 October 2015 - 06:52 AM

this doesn't have too much things, if its an installer it has to be a working installer.
basically, you edit the installer program and make your installer the way it should be. it doesn't have all the features possible, like dir making and link checking, but it works. though, if i want to work on it more and people want to see it i may release it.
pastebin get MRBc4MT3 [program name]
its that simple. also, i've uploaded it 2 days late. i way away for a bit and i didn't realize until today.

#15 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 02 October 2015 - 11:35 PM

Its okay, it hasnt ended yet, once its ended I will put a post saying "ENDED" but when I typed the program above "pastebin" it failed to get it from pastebin

#16 CaosTECH

  • Members
  • 131 posts
  • LocationIn your closet

Posted 04 October 2015 - 09:19 PM

ENDED

#17 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 04 October 2015 - 09:39 PM

Locked by request.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users