Page 1 of 10 123 ... LastLast
Results 1 to 10 of 94

Thread: Python Angry Tux

  1. #1
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Python Angry Tux

    This is the discussion thread for Python Angry Tux

    PLEASE READ:
    We need volunteers to manage new users.
    I have to devote more time to my studies, so I will probably not be available to manage new users/add code/do everything else.
    If you are interested in managing new users, please PM me as soon as possible.

    HOWTOS:

    • How to join:
      Get a sourceforge.net account.
      Then go here:
      http://angrytux.sourceforge.net/develop.html
      Fill in the form
      Click on Submit.
      Then follow the instructions.
      Make sure that you copy EXACTLY the text on the Contents.
      We will try to add you to the project as soon as possible.
      While you are waiting for us to add you, please vote on these polls:
      http://poll.fm/2r13w
      http://poll.fm/2sem8
    • SVN
      Preparation and Downloading:
      Code:
      sudo apt-get install svn
      svn co https://angrytux.svn.sourceforge.net/svnroot/angrytux angrytux
      cd angrytux
      To fetch changes:
      Code:
      svn up
      To add changed files:
      • Method 1:
        Code:
        svn add file
        svn commit
      • Method 2:
        Code:
        ./svnradd.sh .
        ./svncommit.sh

    • GIT
      First set up:



      Then:
      Code:
      USERNAME=yoursourceforgeusername
      Code:
      git clone ssh://$USERNAME@angrytux.git.sourceforge.net/gitroot/angrytux/angrytux 
      cd angrytux
      To fetch changes:
      Code:
      git pull
      git update
      To add changed files:
      • Method 1:
        Code:
        git add file
        git commit
        git push
      • Method 2:
        Code:
        ./gitradd.sh .
        ./gitcommit.sh
    • Mercurial
      First set up:
      https://help.ubuntu.com/community/Mercurial

      Then:
      Code:
      USERNAME=yoursourceforgeusername
      Code:
      hg clone ssh://$USERNAME@angrytux.hg.sourceforge.net/hgroot/angrytux/angrytux
      cd angrytux
      To fetch changes:
      Code:
      hg pull
      hg update
      To add changed files:
      • Method 1:
        Code:
        hg add file
        hg commit
        hg push
      • Method 2:
        Code:
        ./hgradd.sh .
        ./hgcommit.sh
    Last edited by lkjoel; March 11th, 2011 at 01:52 AM. Reason: Added Mercurial

  2. #2
    Join Date
    May 2010
    Beans
    27
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Python Angry Tux

    lkjoel
    Good Job!

    I've been thinking: since there are some people already working on the Angry Tux game, shouldn't we try and contact them and... well, join them?
    There's no point starting a whole new project when there already IS one. Why not join forces?
    Strength lies in unity, after all!

  3. #3
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    Quote Originally Posted by DrAcid View Post
    lkjoel
    Good Job!

    I've been thinking: since there are some people already working on the Angry Tux game, shouldn't we try and contact them and... well, join them?
    There's no point starting a whole new project when there already IS one. Why not join forces?
    Strength lies in unity, after all!
    I don't know.
    They are using C++ (Entirely different from python), and we are using Python.
    There was a fork somewhere in Angry Tux, which then we took two different languages.
    I have (currently) no knowledge of C++, except the syntax.
    Maybe the C++ guys could make some libraries for the game, but I think they have already started making the game.
    I think that for now, we should just continue, and see whats going to happen.
    What do you think?

  4. #4
    Join Date
    Sep 2009
    Location
    the land downunder
    Beans
    53
    Distro
    Ubuntu

    Re: Python Angry Tux

    look at how many <insert app/game of choice> there is for Linux, we're just adding to the diversity.
    i know i bit about python but i do run a web dev business so project admin is something i do a lot of.
    Last edited by icodemonkey; February 23rd, 2011 at 12:17 PM. Reason: caffine drip feed ran dry
    Deja Moo: The feeling you've heard this bullsh*t before.

  5. #5
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Python Angry Tux

    Great job with the thread, lkjoel.
    If you need ANY Python help, let me know. While I'm still learning, I may be useful.

  6. #6
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    Quote Originally Posted by ubudog View Post
    Great job with the thread, lkjoel.
    If you need ANY Python help, let me know. While I'm still learning, I may be useful.
    Thanks!

  7. #7
    Join Date
    Sep 2009
    Location
    the land downunder
    Beans
    53
    Distro
    Ubuntu

    Re: Python Angry Tux

    Quote Originally Posted by ubudog View Post
    Great job with the thread, lkjoel.
    If you need ANY Python help, let me know. While I'm still learning, I may be useful.
    we have a github project @ https://github.com/icodemonkey/Angry_Tux
    and a sourceforge page @ https://sourceforge.net/projects/angrytux/

    feel free to join or just lurk
    Deja Moo: The feeling you've heard this bullsh*t before.

  8. #8
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    I just can't understand how to use Git.
    Can anyone help me?
    == EDIT ==
    Nevermind, I finally got it.
    It's quite simple, and very similar to SVN.
    Last edited by lkjoel; February 24th, 2011 at 05:36 AM.

  9. #9
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Python Angry Tux

    Is the README ok?

  10. #10
    Join Date
    Sep 2009
    Location
    the land downunder
    Beans
    53
    Distro
    Ubuntu

    Re: Python Angry Tux

    Quote Originally Posted by lkjoel View Post
    Is the README ok?
    epic readme is epic had no probs with it on any os/platform
    Deja Moo: The feeling you've heard this bullsh*t before.

Page 1 of 10 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •