Mario-Level-1
The first level of Super Mario Bros made with Python and Pygame.
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- bricks.py
- castle_flag.py
- checkpoint.py
- coin.py
- coin_box.py
- collider.py
- enemies.py
- flagpole.py
- flashing_coin.py
- info.py
- mario.py
- powerups.py
- score.py
- .gitignore
- __init__.py
- level1.py
- load_screen.py
- main_menu.py
- .gitignore
- __init__.py
- constants.py
- game_sound.py
- main.py
- setup.py
- tools.py
- __init__.py
- Fixedsys500c.ttf
- __init__.py
- enemies.png
- item_objects.png
- level_1.png
- mario_bros.png
- smb_enemies_sheet.png
- text_images.png
- tile_set.png
- title_screen.png
- __init__.py
- death.wav
- flagpole.wav
- game_over.ogg
- invincible.ogg
- main_theme.ogg
- main_theme_sped_up.ogg
- out_of_time.wav
- stage_clear.wav
- world_clear.wav
- __init__.py
- big_jump.ogg
- brick_smash.ogg
- bump.ogg
- coin.ogg
- count_down.ogg
- fireball.ogg
- kick.ogg
- main_theme_sped_up.ogg
- one_up.ogg
- pipe.ogg
- powerup.ogg
- powerup_appears.ogg
- small_jump.ogg
- stomp.ogg
- .gitignore
- mario_level_1.exe
- mario_level_1.py
- README.md
- requirements.txt
- screenshot.png
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/justinmeister/Mario-Level-1
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Mario-Level-1
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
