IN
InsideEmpire/CS61A-PathwayToSuccess
This repository contains all the lab, homework, and project code solutions for the CS61A Fall 2024 course, along with detailed comments. 这个仓库包含了 CS61A Fall 2024 课程的所有lab、作业和项目代码解答,并附有详细注释。
CS61A - Fall 2024 代码全解 Full Code Guide
目录
-
Lab
-
HW
-
Project
-
Project 1: The Game of Hog (2023 Spring)
-
Project 2: Computer Aided Typing Software
- Tips: If you cannot open the
cats_gui.pyweb browser, you should changeDEFAULT_SERVER = "https://cats.cs61a.org"toDEFAULT_SERVER = None, then run the commandpython3 cats_gui.pyin your terminal. A new tab will open in your browser atlocalhost:31415. - 提示:如果你无法打开
cats_gui.py的网页浏览器,你应该将DEFAULT_SERVER = "https://cats.cs61a.org"改为DEFAULT_SERVER = None,然后在终端中运行命令python3 cats_gui.py。浏览器将会在localhost:31415打开一个新标签页。 - Website
- Solution
- Tips: If you cannot open the
-
Project 3: Ants Vs. SomeBees
-
Project 4: Scheme Interpreter
-
友链 Friend Links:
On this page
Languages
Python55.8%JavaScript43.4%HTML0.4%CSS0.1%Scheme0.1%C0.1%
Contributors
Created November 25, 2024
Updated March 2, 2026